1.How can I view the Logcat log in CrashSight during development?
2.Why do hundreds of crash reports come from the same user in a single day? Will this consume the user’s mobile data?
3 .When is the timing by which CrashSight reports crashes?
4.Why can’t I see the logs on the page after completing the CrashSight integration?
5.Do I need to configure a symbol table for each version?
6.If I do not configure the restoration of the symbol table, will this affect the reporting of anomalies? What factors influence the reporting?
7.If the configuration of the symbol table is restored, why does the display log still contain no line numbers?
8.Crash after SDK access not reported
9.UnsatisfiedLinkError (UnsatisfiedLinkError) failed to start when using CrashSight’s library.
10.What information does CrashSight collect about the device?Is there user privacy?
11.What does the “visible” message in the Crash page mean?
12.Found a security vulnerability in the “AddJavaScriptInterface” of the CrashSight SDK through (third party) static code?
1.After initializing the SDK, why can’t I catch reporting C# exceptions?
A. check whether there are other registered Application. RegisterLogCallback (LogCallback) logic, due to the system default LogCallback is unicast, so only keep a callback instance, you can call the CrashSightAgent. RegisterLogCallback (CrashSightAgent. LogCallbackDelegate) method to replace the log callback registration;
B. Check whether the SDK components of the corresponding platform have been integrated into the project
C. Check if CrashSight is repeatedly initialized in the platform and Unity script
D. Check if the test crash was caught internally
2.Why does the application crash directly after a C# exception?
A. If you encounter this scenario, you can annotate initWithAppID in the script, preserve the EnableExceptionHandler method call, and initialize the SDK component in the corresponding Android or iOS project.