Showing posts with label logcat. Show all posts
Showing posts with label logcat. Show all posts

Wednesday, 27 July 2016

N5X Random Reboots Logcat inside



Attached the logcat inside a zip, since it exceeds the size limit (512kb) by 120kb.

I don't understand anything, but if I had to guess, the restart is finished around line 3512 (time: 07-27 17:10:24.834)

What is making my N5X reboot randomly and how can I fix it ?

I've already flashed the latest OTA, then flashed the full Factory Image, and nothing. Any ideas ?














Attached Files






File Type: zip 2016-07-27-17-12-19.zip -
[Click for QR Code]
(93.7 KB)







Monday, 18 July 2016

Enable logcat on P8 lite



Tested it and it seems to work.

Copied from XDA frontpage:

Open your dialer app and enter the following code:

*#*#2846579#*#*

You won’t have to press the dial button, as entering this code will immediately bring up a settings page called ProjectMenu. Here, you have several menus to look through.

Here's a brief explanation of each page:

Background Settings – the page we’re interested in. Here, you can change debug settings, USB connection settings, and “set UI theme color” (I’m not entirely sure what the function of this option is).
Veneer Information – detailed information about the software and hardware of the device
Network Information Query – detailed information about the network capabilities of the device and the SIM card
Software Upgrade – apply updates from the SD card
Restore Factory – factory reset
Battery Charge – battery information and recommended charge levels for long-term battery longevity



Enter the Background Settings page, where you will see several options. Click on “Log Settings” to bring up a dialog box with options to select the logging level. Check all 3 options to enable full logging. You will see a toast message saying that enabling any of these logging options “will affect performance” but you can safely ignore this warning. Once you’re done with this, reboot the phone. You should now be able to collect logs on your Huawei phone. Now get out there and help our developers debug their apps!



Sunday, 17 July 2016

New way to access logcat



I actually have no idea what this is[emoji23] [emoji23] I just wanted to share it in case this can offer some help to our devs.
http://www.xda-developers.com/huawei...estore-access/
I've tried it with honor 7 and it's working

Sent from my PLK-TL01H using XDA-Developers mobile app



Monday, 11 July 2016

Taking Logcat In Redmi 2 Prime



can anyone explain how to take logcat in redmi 2 prime (or any android) step by step details. what are the requirements?. Is pc or laptop necessary to take logcats? plz..... I want to help dev's by giving logcat



Tuesday, 5 July 2016

Logcat Overhead



I have set logger.ko module (Logcat) to run automatically on boot. Does keeping Logcat running in the background affect android's performance?



Monday, 4 July 2016

Crash loop com.android.phone [logcat included]



Hello together,

after changing some preferences in the network settings, I have com.android.phone constantly crashing.
I have already tried deleting the data folders for com.android.phone , com.android.telephony.providers and wiping cache ... to no avail.

I am running ParanoidAndroid 6.0.1 on a OnePlus 2

Below is the logcat for the problem:

Code:


07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.qti.internal.telephony.dataconnection.QtiDcTracker.<init>(QtiDcTracker.java:102)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.qti.internal.telephony.QtiTelephonyPlugin.makeDcTracker(QtiTelephonyPlugin.java:94)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.android.internal.telephony.TelephonyPluginDelegate.makeDcTracker(TelephonyPluginDelegate.java:108)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.android.internal.telephony.cdma.CDMALTEPhone.<init>(CDMALTEPhone.java:94)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.android.internal.telephony.cdma.CDMALTEPhone.<init>(CDMALTEPhone.java:85)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.qti.internal.telephony.cdma.QtiCDMALTEPhone.<init>(QtiCDMALTEPhone.java:53)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.qti.internal.telephony.QtiTelephonyPlugin.makeCDMALTEPhone(QtiTelephonyPlugin.java:79)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.android.internal.telephony.TelephonyPluginDelegate.makeCDMALTEPhone(TelephonyPluginDelegate.java:140)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:184)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:86)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.android.internal.telephony.TelephonyPluginBase.makeDefaultPhones(TelephonyPluginBase.java:46)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.qti.internal.telephony.QtiTelephonyPlugin.makeDefaultPhones(QtiTelephonyPlugin.java:44)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.android.internal.telephony.TelephonyPluginDelegate.makeDefaultPhones(TelephonyPluginDelegate.java:112)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:353)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at com.android.phone.PhoneApp.onCreate(PhoneApp.java:41)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1014)
07-04 22:09:28.413 E/AndroidRuntime(7775):        at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4741)
07-04 22:09:28.413 E/AndroidRuntime(7775):        ... 8 more
07-04 22:09:28.415 W/ActivityManager(1112): Process com.android.phone has crashed too many times: killing!


Is there a possibility to get back to working condition without wiping everything?

Thanks for any tips,
hoomel