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
Post a Comment