[ https://firebase.googleblog.com/2020/02/announcing-firebase-crashlytics-sdk-beta.html ]
Upgrade to the Firebase Crashlytics SDK [ https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android ]
Firebase Crashlytics SDK [ https://github.com/firebase/firebase-android-sdk/tree/master/firebase-crashlytics ]
Tag: debug
Android Studio steps into wrong sdk source
https://stackoverflow.com/questions/28640513/android-studio-steps-into-wrong-sdk-source
The following workaround worked for me:
- Compile the application without any changes.
- Launch the application in Debug mode (and optionally break on breakpoint).
- Go to
File
>Project Structure
, find yourapp
module (or/and optionally, any other modules) and change theCompile Sdk Version
to one that matches the device you’re debugging on (i.e. 19). - Step into the framework code – it should step into SDK 19 sources.
Android – Reverse engineering
Online tools for IT
Advanced rest client in Chrome
Live http headers in Firefox
Online Tools for IT professionals [https://extendsclass.com/]