mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 22:31: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, path)
|
||||||
: new File(mPath);
|
: new File(mPath);
|
||||||
|
|
||||||
|
Log.v(TAG, "Received inotify event " + Integer.toHexString(event) + " at " +
|
||||||
|
fullPath.getAbsolutePath());
|
||||||
switch (event) {
|
switch (event) {
|
||||||
case MOVED_FROM:
|
case MOVED_FROM:
|
||||||
// fall through
|
// fall through
|
||||||
|
|
Loading…
Reference in a new issue