WeiLingQiang

Results 24 comments of WeiLingQiang

> Can you please provide the `firebase-debug.log` so we can dig in? Thanks! [firebase-debug.log](https://github.com/firebase/firebase-tools/files/8458458/firebase-debug.log) I had the exact same problem

I also encountered the same problem. Is there a solution?

> I'm afraid that Android 8.0 (Oreo, API 26) is the lowest Android version we support with version 3 of AVPro Video. If the v3 version does not support Android...

> Hey! What do you mean with "memory"? Appsize? Or memory used during runtime? memory used during runtime, `TotalPss` Use adb command: `adb shell dumpsys meminfo `

You should check the memory in the Android APK package instead of unity. You can try to use the ADB command to compare the empty project and SentryDemo project `adb...

![企业微信截图_17158253682831](https://github.com/getsentry/sentry-unity/assets/103353466/f7536b9d-d030-4bb5-a3c4-95461c1c1b49) ![企业微信截图_17158252665697](https://github.com/getsentry/sentry-unity/assets/103353466/cc879318-9554-4c62-b43f-9885d46bc5fa) The above is a screenshot of the ADB command `adb shell dumpsys meminfo `

Excuse me, is there a way to reduce memory occupation

[SentryOptions.txt](https://github.com/getsentry/sentry-unity/files/15387844/SentryOptions.txt) You turn the file to the .asset suffix

> ``` > ![image](https://github.com/getsentry/sentry-unity/assets/103353466/270f6162-aae1-423f-84f4-1c585d905480) > ``` > > There is an error: I throw an exception: `throw new InvalidOperationException("xxx")` It is considered a `crashed`, Shouldn't it be an `errored` ?...

Thanks, What should I do if I want to count actual crashes in Unity games? And count the crash rate