Skip to content

Commit 4ae5cab

Browse files
committed
fix profiler crash
1 parent 17f5622 commit 4ae5cab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/src/main/res/values/bools.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<!-- for Studio profiler -->
4+
<bool name="leak_canary_allow_in_non_debuggable_build">true</bool>
5+
</resources>

0 commit comments

Comments
 (0)