Skip to main content
deleted 6 characters in body
Source Link

A method without root, that works even with new Android versions:

Prerequisites:

  • Linux, Windows or Mac
  • USB cable for your device
  • Android Device

Instructions:

  1. Install your device driver for using adb. Everything you need will you find herehere
  2. Download adb executable for your OS. It is part of the Android SDK, but you might be able to find the adb executable individually.
  3. Connect your android device.
  4. Enable the developer options.
  5. Enable USB debugging.
  6. Open a command promt (windows) or terminal (linux / mac). How to do it: On Windows: windows + r > enter "cmd" (without quotes) > click enter | On Linux: You don't know how to open a terminal? LOL | On Mac: Type Terminal into Spotlight and open it
  7. CD to the directory where the adb executable is located. On Windows: Go to the directory where you downloaded the adb executable, Shift+Right Click and select "Open Console" (or similar) | On Linux / Mac: Rightclick in the directory and select "Open Terminal here" (or simply CD into the directory)
  8. Type in your cmd/terminal: adb devices to verify your device is properly connected.
  9. If your device is properly selected, type in adb logcat to show the mighty and magic logcat aka stacktrace.
  10. Reproduce your error (or whatever) on your device.
  11. Right after, paste the whole cmd / terminal window into a paste-service like http://pastebin.com/ and send it to us.

(Mostly copied from Leandros)

A method without root, that works even with new Android versions:

Prerequisites:

  • Linux, Windows or Mac
  • USB cable for your device
  • Android Device

Instructions:

  1. Install your device driver for using adb. Everything you need will you find here
  2. Download adb executable for your OS. It is part of the Android SDK, but you might be able to find the adb executable individually.
  3. Connect your android device.
  4. Enable the developer options.
  5. Enable USB debugging.
  6. Open a command promt (windows) or terminal (linux / mac). How to do it: On Windows: windows + r > enter "cmd" (without quotes) > click enter | On Linux: You don't know how to open a terminal? LOL | On Mac: Type Terminal into Spotlight and open it
  7. CD to the directory where the adb executable is located. On Windows: Go to the directory where you downloaded the adb executable, Shift+Right Click and select "Open Console" (or similar) | On Linux / Mac: Rightclick in the directory and select "Open Terminal here" (or simply CD into the directory)
  8. Type in your cmd/terminal: adb devices to verify your device is properly connected.
  9. If your device is properly selected, type in adb logcat to show the mighty and magic logcat aka stacktrace.
  10. Reproduce your error (or whatever) on your device.
  11. Right after, paste the whole cmd / terminal window into a paste-service like http://pastebin.com/ and send it to us.

(Mostly copied from Leandros)

A method without root, that works even with new Android versions:

Prerequisites:

  • Linux, Windows or Mac
  • USB cable for your device
  • Android Device

Instructions:

  1. Install your device driver for using adb. Everything you need will you find here
  2. Download adb executable for your OS. It is part of the Android SDK, but you might be able to find the adb executable individually.
  3. Connect your android device.
  4. Enable the developer options.
  5. Enable USB debugging.
  6. Open a command promt (windows) or terminal (linux / mac). How to do it: On Windows: windows + r > enter "cmd" (without quotes) > click enter | On Linux: You don't know how to open a terminal? LOL | On Mac: Type Terminal into Spotlight and open it
  7. CD to the directory where the adb executable is located. On Windows: Go to the directory where you downloaded the adb executable, Shift+Right Click and select "Open Console" (or similar) | On Linux / Mac: Rightclick in the directory and select "Open Terminal here" (or simply CD into the directory)
  8. Type in your cmd/terminal: adb devices to verify your device is properly connected.
  9. If your device is properly selected, type in adb logcat to show the mighty and magic logcat aka stacktrace.
  10. Reproduce your error (or whatever) on your device.
  11. Right after, paste the whole cmd / terminal window into a paste-service like http://pastebin.com/ and send it to us.

(Mostly copied from Leandros)

replaced http://android.stackexchange.com/ with https://android.stackexchange.com/
Source Link

A method without root, that works even with new Android versions:

Prerequisites:

  • Linux, Windows or Mac
  • USB cable for your device
  • Android Device

Instructions:

  1. Install your device driver for using adb. Everything you need will you find here
  2. Download adb executable for your OS. It is part of the Android SDK, but you might be able to find the adb executable individually.
  3. Connect your android device.
  4. Enable the developer optionsEnable the developer options.
  5. Enable USB debugging.
  6. Open a command promt (windows) or terminal (linux / mac). How to do it: On Windows: windows + r > enter "cmd" (without quotes) > click enter | On Linux: You don't know how to open a terminal? LOL | On Mac: Type Terminal into Spotlight and open it
  7. CD to the directory where the adb executable is located. On Windows: Go to the directory where you downloaded the adb executable, Shift+Right Click and select "Open Console" (or similar) | On Linux / Mac: Rightclick in the directory and select "Open Terminal here" (or simply CD into the directory)
  8. Type in your cmd/terminal: adb devices to verify your device is properly connected.
  9. If your device is properly selected, type in adb logcat to show the mighty and magic logcat aka stacktrace.
  10. Reproduce your error (or whatever) on your device.
  11. Right after, paste the whole cmd / terminal window into a paste-service like http://pastebin.com/ and send it to us.

(Mostly copied from LeandrosLeandros)

A method without root, that works even with new Android versions:

Prerequisites:

  • Linux, Windows or Mac
  • USB cable for your device
  • Android Device

Instructions:

  1. Install your device driver for using adb. Everything you need will you find here
  2. Download adb executable for your OS. It is part of the Android SDK, but you might be able to find the adb executable individually.
  3. Connect your android device.
  4. Enable the developer options.
  5. Enable USB debugging.
  6. Open a command promt (windows) or terminal (linux / mac). How to do it: On Windows: windows + r > enter "cmd" (without quotes) > click enter | On Linux: You don't know how to open a terminal? LOL | On Mac: Type Terminal into Spotlight and open it
  7. CD to the directory where the adb executable is located. On Windows: Go to the directory where you downloaded the adb executable, Shift+Right Click and select "Open Console" (or similar) | On Linux / Mac: Rightclick in the directory and select "Open Terminal here" (or simply CD into the directory)
  8. Type in your cmd/terminal: adb devices to verify your device is properly connected.
  9. If your device is properly selected, type in adb logcat to show the mighty and magic logcat aka stacktrace.
  10. Reproduce your error (or whatever) on your device.
  11. Right after, paste the whole cmd / terminal window into a paste-service like http://pastebin.com/ and send it to us.

(Mostly copied from Leandros)

A method without root, that works even with new Android versions:

Prerequisites:

  • Linux, Windows or Mac
  • USB cable for your device
  • Android Device

Instructions:

  1. Install your device driver for using adb. Everything you need will you find here
  2. Download adb executable for your OS. It is part of the Android SDK, but you might be able to find the adb executable individually.
  3. Connect your android device.
  4. Enable the developer options.
  5. Enable USB debugging.
  6. Open a command promt (windows) or terminal (linux / mac). How to do it: On Windows: windows + r > enter "cmd" (without quotes) > click enter | On Linux: You don't know how to open a terminal? LOL | On Mac: Type Terminal into Spotlight and open it
  7. CD to the directory where the adb executable is located. On Windows: Go to the directory where you downloaded the adb executable, Shift+Right Click and select "Open Console" (or similar) | On Linux / Mac: Rightclick in the directory and select "Open Terminal here" (or simply CD into the directory)
  8. Type in your cmd/terminal: adb devices to verify your device is properly connected.
  9. If your device is properly selected, type in adb logcat to show the mighty and magic logcat aka stacktrace.
  10. Reproduce your error (or whatever) on your device.
  11. Right after, paste the whole cmd / terminal window into a paste-service like http://pastebin.com/ and send it to us.

(Mostly copied from Leandros)

added 69 characters in body
Source Link
Nicolas Raoul
  • 5.5k
  • 17
  • 63
  • 95

A method without root, that works even with new Android versions:

Prerequisites:

  • Linux, Windows or Mac
  • USB cable for your device
  • Android Device

Instructions:

  1. Install your device driver for using adb. Everything you need will you find here
  2. Download adb executable for your OS. It is part of the Android SDK, but you might be able to find the adb executable individually.
  3. Connect your android device.
  4. Enable the developer optionsEnable the developer options.
  5. Enable USB debugging.
  6. Open a command promt (windows) or terminal (linux / mac). How to do it: On Windows: windows + r > enter "cmd" (without quotes) > click enter | On Linux: You don't know how to open a terminal? LOL | On Mac: Type Terminal into Spotlight and open it
  7. CD to the directory where the adb executable is located. On Windows: Go to the directory where you downloaded the adb executable, Shift+Right Click and select "Open Console" (or similar) | On Linux / Mac: Rightclick in the directory and select "Open Terminal here" (or simply CD into the directory)
  8. Type in your cmd/terminal: adb devices to verify your device is properly connected.
  9. If your device is properly selected, type in adb logcat to show the mighty and magic logcat aka stacktrace.
  10. Reproduce your error (or whatever) on your device.
  11. Right after, paste the whole cmd / terminal window into a paste-service like http://pastebin.com/ and send it to us.

(Mostly copied from Leandros)

Prerequisites:

  • Linux, Windows or Mac
  • USB cable for your device
  • Android Device

Instructions:

  1. Install your device driver for using adb. Everything you need will you find here
  2. Download adb executable for your OS. It is part of the Android SDK, but you might be able to find the adb executable individually.
  3. Connect your android device.
  4. Enable the developer options.
  5. Enable USB debugging.
  6. Open a command promt (windows) or terminal (linux / mac). How to do it: On Windows: windows + r > enter "cmd" (without quotes) > click enter | On Linux: You don't know how to open a terminal? LOL | On Mac: Type Terminal into Spotlight and open it
  7. CD to the directory where the adb executable is located. On Windows: Go to the directory where you downloaded the adb executable, Shift+Right Click and select "Open Console" (or similar) | On Linux / Mac: Rightclick in the directory and select "Open Terminal here" (or simply CD into the directory)
  8. Type in your cmd/terminal: adb devices to verify your device is properly connected.
  9. If your device is properly selected, type in adb logcat to show the mighty and magic logcat aka stacktrace.
  10. Reproduce your error (or whatever) on your device.
  11. Right after, paste the whole cmd / terminal window into a paste-service like http://pastebin.com/ and send it to us.

(Mostly copied from Leandros)

A method without root, that works even with new Android versions:

Prerequisites:

  • Linux, Windows or Mac
  • USB cable for your device
  • Android Device

Instructions:

  1. Install your device driver for using adb. Everything you need will you find here
  2. Download adb executable for your OS. It is part of the Android SDK, but you might be able to find the adb executable individually.
  3. Connect your android device.
  4. Enable the developer options.
  5. Enable USB debugging.
  6. Open a command promt (windows) or terminal (linux / mac). How to do it: On Windows: windows + r > enter "cmd" (without quotes) > click enter | On Linux: You don't know how to open a terminal? LOL | On Mac: Type Terminal into Spotlight and open it
  7. CD to the directory where the adb executable is located. On Windows: Go to the directory where you downloaded the adb executable, Shift+Right Click and select "Open Console" (or similar) | On Linux / Mac: Rightclick in the directory and select "Open Terminal here" (or simply CD into the directory)
  8. Type in your cmd/terminal: adb devices to verify your device is properly connected.
  9. If your device is properly selected, type in adb logcat to show the mighty and magic logcat aka stacktrace.
  10. Reproduce your error (or whatever) on your device.
  11. Right after, paste the whole cmd / terminal window into a paste-service like http://pastebin.com/ and send it to us.

(Mostly copied from Leandros)

Source Link
Nicolas Raoul
  • 5.5k
  • 17
  • 63
  • 95
Loading