5

I am using a Samsung Note 2 (N7100) running on root. I want to know where Chrome for Android saves its cache files.

Like on Windows, the cache is located on ..\AppData\Local\Google\Chrome\User Data\Profile 1\Cache.

Where is the location for Chrome for Android's cache?

Andrew T.
  • 15,988
  • 10
  • 74
  • 123
basagabi
  • 151
  • 1
  • 1
  • 3

1 Answers1

1

Like other Android apps, Chrome for Android stores the cache under its data directory which is /data/data/com.android.chrome/cache. Cache and Media Cache goes there.

GPUCache is located under /data/data/com.android.chrome/app_chrome/Default/.

Related reading on Forensic Wiki.

Firelord
  • 25,084
  • 20
  • 124
  • 286