Add uid adverb for default logcat command
This commit is contained in:
parent
80cb7e2086
commit
eba472e9b4
|
@ -21,7 +21,7 @@ static inline void settings_window(Config& config, float* config_write_timer, bo
|
|||
}
|
||||
// TODO actually have process control
|
||||
ImGui::Text("Logcat command only takes effect when logcat is not running");
|
||||
if (ImGui::InputTextWithHint("Logcat command", "adb logcat -Dv 'threadtime UTC epoch usec'", &config.logcat_command)) {
|
||||
if (ImGui::InputTextWithHint("Logcat command", "adb logcat -Dv 'threadtime UTC epoch usec uid'", &config.logcat_command)) {
|
||||
*config_write_timer = *config_write_timer > 0.0f ? *config_write_timer : 5.0f;
|
||||
}
|
||||
ImGui::Text("Font sizes only take effect when LogMeow is restarted");
|
||||
|
|
Loading…
Reference in New Issue