top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is CONFIG_PM_DEBUG supposed to work on "Android" kernels?

+3 votes
5,151 views

I am trying to debug a problem on custom hardware where our android based system enters 'recovery' mode on system wakeup. This happens only when our Huawei 3G module has a SIM card in it.

I am trying to debug this so enabled the CONFIG_PM_DEBUG option and rebult the kernel.

However, none of the options described in

https://www.kernel.org/doc/Documentation/power/basic-pm-debugging.txt

are triggering any PM events. Is there another way to trigger & test PM sleep/wakeup tests on Android system?

posted Dec 28, 2013 by Seema Siddique

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I need to work on geofencing in android. Can any on help me?

+1 vote

I need to inbuilt BarCode/QR Code scanning feature in one of my android application. I've one api of Zxing ( https://github.com/zxing/zxing) but required some other option.

0 votes

I'm new in Android and need some expertise in google map. How should I start?

+7 votes

Is it possible to profile all the app processes running on android phone simultaneously. I ran "am profile start " one by one for all the app processes. I found that it just profiles the last process. Is it possible to profile multiple processes simultaneously without editing app code (adding "Debug.startMethodTracing" calls)?

...