add appcenter to android for analytics

This commit is contained in:
2019-08-11 21:57:14 +02:00
parent 40e01ba1db
commit 5ec77d4cc0
3 changed files with 19 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ void App::crash_test()
#elif defined(_WIN32)
__debugbreak();
#elif defined(__ANDROID__)
int *x = nullptr; *x = 42;
LOG("%d", *x);
#endif
}