Skip to content

Commit 23c3966

Browse files
committed
Disabled klog
1 parent 5e725c5 commit 23c3966

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Nyxian/LindChain/ProcEnvironment/Utils/klog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#import <Foundation/Foundation.h>
2424

25-
#define KLOG_ENABLED 1
25+
#define KLOG_ENABLED 0
2626

2727
#if KLOG_ENABLED
2828

Nyxian/UI/Settings/SettingsViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class SettingsViewController: UIThemedTableViewController {
2626
}
2727

2828
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
29-
return 6
29+
// To enable kernel logging entirely, change return value to 6!
30+
return 5
3031
}
3132

3233
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {

0 commit comments

Comments
 (0)