0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

test(acra): point debug crashes at main acralyzer install

the current dev one I set up does still accept reports successfully,
but the dashboard is non-responsive so it is no longer a valid test target
for most people

debug crashes are disabled by default so this should be safe, and an improved
developer experience for ACRA testing - wiki updated to match
This commit is contained in:
Mike Hardy 2022-03-23 11:29:48 -05:00
parent 601a73fc0c
commit 0f00054f07

View File

@ -75,7 +75,8 @@ android {
debuggable true
splits.abi.universalApk = true // Build universal APK for debug always
// Check Crash Reports page on developer wiki for info on ACRA testing
buildConfigField "String", "ACRA_URL", '"https://918f7f55-f238-436c-b34f-c8b5f1331fe5-bluemix.cloudant.com/acra-ankidroid/_design/acra-storage/_update/report"'
buildConfigField "String", "ACRA_URL", '"https://ankidroid.org/acra/report"'
// buildConfigField "String", "ACRA_URL", '"https://918f7f55-f238-436c-b34f-c8b5f1331fe5-bluemix.cloudant.com/acra-ankidroid/_design/acra-storage/_update/report"'
// #6009 Allow optional disabling of JaCoCo for general build (assembleDebug).
// jacocoDebug task was slow, hung, and wasn't required unless I wanted coverage