mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
Added extra logging for observer.
This commit is contained in:
parent
8929d86401
commit
76f90f184c
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ public class FolderObserver extends FileObserver {
|
|||
? new File(mPath, path)
|
||||
: new File(mPath);
|
||||
|
||||
Log.v(TAG, "Received inotify event " + Integer.toHexString(event) + " at " +
|
||||
fullPath.getAbsolutePath());
|
||||
switch (event) {
|
||||
case MOVED_FROM:
|
||||
// fall through
|
||||
|
|
Loading…
Reference in a new issue