Skip to content

Commit b751b1d

Browse files
Add images
1 parent 3d8719a commit b751b1d

8 files changed

+20
-0
lines changed
73.8 KB
Loading
68.6 KB
Loading
62 KB
Loading
67.9 KB
Loading
98.9 KB
Loading
87.8 KB
Loading
56.7 KB
Loading

tutorials/platform/android/resolving_crashes_on_android.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,36 @@ Follow these steps to upload the native debug symbols:
5454
1. Open `Play Console <https://play.google.com/console>`_.
5555
2. Select any app.
5656
3. In the left menu, navigate to ``Test and release > Latest releases and bundles``.
57+
58+
.. image:: img/play_console_latest_release_bundles.webp
59+
5760
4. Now choose the relevant bundle and open it.
61+
62+
.. image:: img/play_console_latest_release_bundles2.webp
63+
5864
5. Select the ``Downloads`` tab, and scroll down to the ``Assets`` section.
65+
66+
.. image:: img/play_console_app_bundle_explorer.webp
67+
5968
6. Next to ``Native debug symbols``, click the upload arrow icon.
69+
70+
.. image:: img/play_console_app_bundle_explorer2.webp
71+
6072
7. Select and upload the corresponding native debug symbols file for that build version.
6173

74+
.. image:: img/play_console_upload_native_debug_symbols.webp
75+
6276
Alternatively, you can upload the symbols when creating a new release:
6377

6478
1. On the Create release page, locate your new release bundle.
79+
80+
.. image:: img/play_console_create_new_release.webp
81+
6582
2. Click the three-dot menu beside it.
6683
3. Choose ``Upload native debug symbols (.zip)`` from the menu.
84+
85+
.. image:: img/play_console_create_new_release2.webp
86+
6787
4. Select and upload the corresponding native debug symbols file for that build version.
6888

6989
Manually Symbolicating Crash Logs

0 commit comments

Comments
 (0)