当我尝试切换到"最近使用的应用程序" 屏幕时(通过按住主页按钮),过程 com.android.systemui
崩溃。
设备: Samsung Galaxy S4 Mini
版本: 4.4.2
ROM: Stock
编辑:系统未以任何方式修改(例如,无根接入)。
在哪里可以找到为我提供附加信息i.o的日志/文件。追踪问题?或者我能做什么让它停止崩溃(最好是没有重置)?
编辑:不幸的是,今天神秘地消失了这个问题,我不能再现它。
当我尝试切换到"最近使用的应用程序" 屏幕时(通过按住主页按钮),过程 com.android.systemui
崩溃。
设备: Samsung Galaxy S4 Mini
版本: 4.4.2
ROM: Stock
编辑:系统未以任何方式修改(例如,无根接入)。
在哪里可以找到为我提供附加信息i.o的日志/文件。追踪问题?或者我能做什么让它停止崩溃(最好是没有重置)?
编辑:不幸的是,今天神秘地消失了这个问题,我不能再现它。
When I try to switch to the "Recently Used Apps" screen (by holding the home button), the process com.android.systemui
crashes.
However, in Landscape mode it works as usual (and rotating the device makes it crash again).
Device: Samsung Galaxy S4 Mini
Version: 4.4.2
ROM: Stock
EDIT: The system was not modified in any way (e.g. no root access).
Where can I find logs/files that provide me with additional info i.o. to trace the problem? Or what can I do to make it stop crashing (preferably not reseting)?
EDIT: Unfortunately, the issue mysteriously disappeared today and I cannot reproduce it any more.
给出了你有三星,尝试通过转到手机拨号器 - >然后尝试打开 SysDump
。 *#9900#(无需按拨号)。 要获取日志,您可能需要root手机。 显示用于在 data/data
的情况下访问文件的方法,而无需扎根,它可能适用于 data/log
也是如此。
使用adb检查 dmesg
的输出。
使用 Alogcat 。 检查从 here 如果有用的话,可能需要一些用于最近使用的应用程序的调整:
使用 catlog - logcat读者!。您可能需要root访问权限。
完整性,我离开这里一些相关的帖子
Android设备崩溃日志?
如何查看和检查Android日志?
https://stackoverflow.com/questions/24407984 / how-to-locate-app-clash-logs-in-android-phone
https://stachoverflow.com/questions/24305180/error-erasing-old -data-from-logcat
To check logs there are a few options, for instance:
Given that you have a Samsung, try opening SysDump
by going to Phone dialer -> *#9900# (no need to press Dial). To get the logs, you might need to root your phone. This shows methods for accessing files in data/data
without rooting, and it may apply to data/log
as well.
Use the adb to check the output of dmesg
.
Use aLogcat. Details for checking an app adapted from here, it may require some tweaking for Recently Used Apps, if useful at all:
Use CatLog - Logcat Reader!. You might need root Access.
For completeness, I leave here a few related posts
Android device crash logs?
How can I view and examine the Android log?
https://stackoverflow.com/questions/24407984/how-to-locate-app-crash-logs-in-android-phone
https://stackoverflow.com/questions/24305180/error-erasing-old-data-from-logcat
您可以使用此应用程序安装日志 Catlog - Logcat Reader!。尝试在异常之后立即读取日志。
You can get the log with this application installed CatLog - Logcat Reader!. Try to read log immediately after the exception.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有