- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 3.5k
 
Add native debug symbols doc for Android #11435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
b914319    to
    aa38f8f      
    Compare
  
    | Follow these steps to upload the native debug symbols: | ||
| 
               | 
          ||
| 1. Open `Play Console <https://play.google.com/console>`_. | ||
| 2. Select any app. | ||
| 3. On the left menu, navigate to ``Test and release > Latest releases and bundles``. | ||
| 4. Now choose the relevant bundle and open it. | ||
| 5. Select the ``Downloads`` tab, and scroll down to the ``Assets`` section. | ||
| 6. Next to ``Native debug symbols``, click the upload arrow icon. | ||
| 7. Select and upload the corresponding native debug symbols file for that build version. | ||
| 
               | 
          ||
| Alternatively, you can upload the symbols when creating a new release: | ||
| 
               | 
          ||
| 1. On the Create release page, locate your new release bundle. | ||
| 2. Click the three-dot menu beside it. | ||
| 3. Choose ``Upload native debug symbols (.zip)`` from the menu. | ||
| 4. Select and upload the corresponding native debug symbols file for that build version. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's include screenshots along the instructions.
| Manually Symbolicating Crash Logs | ||
| --------------------------------- | ||
| 
               | 
          ||
| You can also symbolicate the crash logs manually using the `ndk-stack <https://developer.android.com/ndk/guides/ndk-stack>`_ tool included in the Android NDK. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should include instructions for how to download and access the ndk-stack tool; the page you linked to doesn't include those instructions.
132a62f    to
    21dcbc1      
    Compare
  
    21dcbc1    to
    3d8719a      
    Compare
  
    
No description provided.