— a/vendor/mediatek/proprietary/packages/apps/MTKLogger/src/com/debug/loggerui/framework/SecurityWarning.java
+++ b/vendor/mediatek/proprietary/packages/apps/MTKLogger/src/com/debug/loggerui/framework/SecurityWarning.java
@@ -76,16 +76,19 @@ public class SecurityWarning {
}
switch (msg.what) {
case MSG_BOOT_COMPLETE:
-
alertWarningDialog(dialogExcute, MyApplication.getInstance().getApplicationContext() -
.getString(R.string.message_start_log_confirm), true);
-
//alertWarningDialog(dialogExcute, MyApplication.getInstance().getApplicationContext()^M -
// .getString(R.string.message_start_log_confirm), true);^M -
dialogExcute.excute(-1);^M return; case MSG_START_LOGS:
-
alertWarningDialog(dialogExcute, MyApplication.getInstance().getApplicationContext() -
.getString(R.string.message_start_log_confirm), true);
-
//alertWarningDialog(dialogExcute, MyApplication.getInstance().getApplicationContext()^M -
// .getString(R.string.message_start_log_confirm), true);^M -
dialogExcute.excute(-1);^M return; case MSG_STOP_LOGS:
-
alertWarningDialog(dialogExcute, MyApplication.getInstance().getApplicationContext() -
.getString(R.string.message_stop_log_confirm), false);
-
// alertWarningDialog(dialogExcute, MyApplication.getInstance().getApplicationContext()^M -
// .getString(R.string.message_stop_log_confirm), false);^M -
dialogExcute.excute(-1);^M return; default: return;

被折叠的 条评论
为什么被折叠?



