• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Android beam questions

spman

Android Enthusiast
Hello,

Where can I see android beam sent and received files history log?

Where are android beam sent and received files stored?

Thanks
 
That's a really good question, but I don't know that they are stored anywhere. It's really a point-to-point data share, using NFC, from one device to another. If anywhere, it might be found in the logcat.
 
That's a really good question, but I don't know that they are stored anywhere. It's really a point-to-point data share, using NFC, from one device to another. If anywhere, it might be found in the logcat.

What is logcat? How (steps to click) to view history in the logcat?
 
There are plenty of tutorials out there on how to access logcat, which records the entire activity of your device. Any process that occurs is recorded. Since this is stored in the system memory, you may need root privilege for some devices and you'll definitely need to access it via ADB (Android Debugging Bridge) via PC. In other words, it's awesome to have but it ain't easy to get to!
 
Back
Top Bottom