Translate

Thursday, February 7, 2019

procedure for complete Android device logs dumpstate manually without using any app


Following is the detailed procedure to capture complete device logs .

  1. Be sure Developer Options enabled in Settings.
To Enable Developer options in Device :
1.Need to tap BuildNumber , which may exists in different paths in different model devices
   If using stock Android, go to Settings > About phone > Build number.
  On Samsung Galaxy device, go to Settings > About device > Build number.
  On HTC device, go to Settings > About > Software information > More > Build number.
  On LG/OnePlus device, go to Settings > About phone > Software info > Build number.
2.Tap Build number seven times. After the first few taps, you should see the steps counting down until you unlock the developer options. Once activated, you will see a message that reads, “You are now a developer!”
3.Go back to Settings, where you’ll find a Developer options entry in menu.

  1. In Developer options, tap Take bug report.

  1. Select the Full report and tap Report.


  1. After a moment you get a notification that the bug report is ready .

  1. To share the bug report through any app , tap the notification.

2 comments:

Could not identify launch activity: Default activity not found : Error while Launching activity

Problem : I got this Error , When I tried to create an application without any Activity . Basically like to develop an Android Headless appl...