有没有办法在 android 中调试时禁用烦人的设备性能警报?
Is there a way to disable the annoying device performance alert while debugging in android?
有没有办法在 android (Android 5.1.1) 中调试时禁用烦人的设备性能警报?
在断点处 phone 将我的应用程序声明为 "persona non grata" 计算它 "crashed" 的次数,声称它正在减慢我的设备...
也许有一天 :)
问题是它也停止了我的调试器。是因为我还在使用 eclipse,而不是 Android Studio 吗?
在设置中没有找到任何选项来禁用此...
window 来自最近三星 ROM 中的 "Smart manager" 应用程序 pre-installed。如果没有 root 就不能轻易禁用或删除它,但这些命令在我的 Galaxy S6 上起到了作用:
adb shell pm hide com.samsung.android.sm
adb shell pm hide com.sec.android.service.sm
有没有办法在 android (Android 5.1.1) 中调试时禁用烦人的设备性能警报? 在断点处 phone 将我的应用程序声明为 "persona non grata" 计算它 "crashed" 的次数,声称它正在减慢我的设备... 也许有一天 :)
问题是它也停止了我的调试器。是因为我还在使用 eclipse,而不是 Android Studio 吗?
在设置中没有找到任何选项来禁用此...
window 来自最近三星 ROM 中的 "Smart manager" 应用程序 pre-installed。如果没有 root 就不能轻易禁用或删除它,但这些命令在我的 Galaxy S6 上起到了作用:
adb shell pm hide com.samsung.android.sm
adb shell pm hide com.sec.android.service.sm