android - Is it possible to easily test what happens to your app once there is no room left on your device? -


i'm looking see happens app when there no space left.

is possible change request using fiddler?

is possible set permissions on how space app can use?

yes, fiddler can alter http/https request. see http://blogs.telerik.com/fiddler/posts/13-08-20/breakpoints-in-fiddler how modifications manually, or http://docs.telerik.com/fiddler/knowledgebase/fiddlerscript/modifyrequestorresponse info on how alter requests programmatically.

it's not clear how relates exhausting space on device.


Comments