mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 13:48:30 +09:00
[Fix] (ci): make retrace APK debuggable
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
<application>
|
<application android:debuggable="true">
|
||||||
<activity
|
<activity
|
||||||
android:name=".trace.TraceReplayActivity"
|
android:name=".trace.TraceReplayActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user