android - Ignoring a specific Exception raised within a third party sdk -


i've integrated third party sdk , causing app crash users. wondering possible ignore type of exception , continue app execution.

i tried uncaughtexceptionhandler causes app halt after exception. tried calling looper.loop() in uncaughtexceptionhandler continue , works first exception. exceptions raised afterwards still cause app halt.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -