Skip to content

Commit 1d9caf3

Browse files
committed
fix(samples): allow leak canary for non-debug builds, so the sample app doesn't crash when using AS profiler
1 parent b936425 commit 1d9caf3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • sentry-samples/sentry-samples-android/src/main/res/values
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<bool name="leak_canary_allow_in_non_debuggable_build">true</bool>
4+
</resources>

0 commit comments

Comments
 (0)