question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Handling Device Low Disk Storage

See original GitHub issue

This is actually kind of a feature request. I am observing below exception on an emulator, but it could well be on a real world device and I wonder, if osmdroid could do some checking of free memory or at least cleanup, when below the exception occurs:

10-06 04:27:01.710 7978-9239/de.spieleck.app.badgers.debug E/SQLiteDatabase: Error inserting expires=1475812252000 key=47358738 tile=[B@27aea82 provider=Mapnik android.database.sqlite.SQLiteFullException: database or disk is full (code 13) at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(Native Method) at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:780) at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:788) at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:86) at android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1471) at android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1341) at org.osmdroid.tileprovider.modules.SqlTileWriter.saveFile(SqlTileWriter.java:133) at org.osmdroid.tileprovider.modules.MapTileDownloader$TileLoader.loadTile(MapTileDownloader.java:230) at org.osmdroid.tileprovider.modules.MapTileModuleProviderBase$TileLoader.run(MapTileModuleProviderBase.java:296) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:818)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
spyhunter99commented, Oct 23, 2016

@InI4 might want to look at these changes. could always use another set of eyes

0reactions
spyhunter99commented, Oct 29, 2016

Actually this ticket needs more work. App procure storage isn’t working

Read more comments on GitHub >

github_iconTop Results From Across the Web

12 Ways: How to Fix Window Low Disk Space Error in 2023
#2. Clean Large Files; #3. Transfer or Save Important Large Files to An External Hard Drive; #4. Turn on Cloud Storage Service to...
Read more >
Free up drive space in Windows - Microsoft Support
In the search box on the taskbar, type disk cleanup, then select it from the results. Select the drive you want to clean...
Read more >
Managing Low Disk Space on Windows Clients
In this blog post, Gary Blok shares his views on how to manage low disk space on Windows clients. Check out his helpful...
Read more >
How to Fix Windows 10 Low Disk Space - YouTube
Running out of disk space in Windows 10? I show you how to fix Windows 10 low disk space errors using Storage Sense....
Read more >
How do I get rid of low disk space in Windows 10?
Low disk space warning appears on Windows operating system to warn the user that a specific location of the hard drive is low...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found