Hi, all,
I did a lot of search about this, and still no clue about why I cannot
find the system calls socket() and connect() in the log of strace of
Android applications, like Dropbox trace below:
06:26:19.252777 futex(0x15d0ac, FUTEX_WAIT, -256, NULL) = 0
06:26:20.612670 clock_gettime(CLOCK_MONOTONIC, {37321, 795692098}) = 0
06:26:20.614624 clock_gettime(CLOCK_MONOTONIC, {37321, 797645223}) = 0
06:26:20.616516 clock_gettime(CLOCK_MONOTONIC, {37321, 799537313}) = 0
06:26:20.618957 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.622375 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.632995 clock_gettime(CLOCK_MONOTONIC, {37321, 816108359}) = 0
06:26:20.638916 futex(0x15d0a8, FUTEX_WAKE, 1) = 1
06:26:20.639892 ioctl(10, 0xc0186201, 0xbeec48a8) = 0
06:26:20.642028 futex(0x15d0ac, FUTEX_WAIT, -257, NULL) = 0
06:26:20.645843 futex(0x15d0a8, FUTEX_WAIT, 2, NULL) = -1 EAGAIN
(Resource temporarily unavailable)
06:26:20.652618 futex(0x15d0a8, FUTEX_WAKE, 1) = 0
06:26:20.653930 clock_gettime(CLOCK_MONOTONIC, {37321, 839332237}) = 0
06:26:20.659973 getpid() = 11464
06:26:20.663238 open("/proc/11464/task", O_RDONLY|O_LARGEFILE|
O_DIRECTORY) = 33
06:26:20.666595 getdents64(33, /* 12 entries */, 4200) = 368
06:26:20.692321 open("/dev/cpuctl//tasks", O_WRONLY|O_LARGEFILE) = 35
06:26:20.694244 write(35, "11464", 5) = 5
06:26:20.695922 close(35) = 0
06:26:20.700714 open("/dev/cpuctl//tasks", O_WRONLY|O_LARGEFILE) = 35
06:26:20.706146 write(35, "11465", 5) = 5
06:26:20.711761 close(35) = 0
06:26:20.718719 open("/dev/cpuctl//tasks", O_WRONLY|O_LARGEFILE) = 35
06:26:20.720672 write(35, "11466", 5) = 5
06:26:20.722290 close(35) = 0
06:26:20.723175 open("/dev/cpuctl//tasks", O_WRONLY|O_LARGEFILE) = 35
06:26:20.725097 write(35, "11467", 5) = 5
06:26:20.726806 close(35) = 0
06:26:20.728576 open("/dev/cpuctl//tasks", O_WRONLY|O_LARGEFILE) = 35
06:26:20.730468 write(35, "11468", 5) = 5
06:26:20.732055 close(35) = 0
06:26:20.733001 open("/dev/cpuctl//tasks", O_WRONLY|O_LARGEFILE) = 35
06:26:20.735015 write(35, "11483", 5) = 5
06:26:20.736785 close(35) = 0
06:26:20.738586 open("/dev/cpuctl//tasks", O_WRONLY|O_LARGEFILE) = 35
06:26:20.740478 write(35, "11484", 5) = 5
06:26:20.742065 close(35) = 0
06:26:20.743011 open("/dev/cpuctl//tasks", O_WRONLY|O_LARGEFILE) = 35
06:26:20.745025 write(35, "11486", 5) = 5
06:26:20.746826 close(35) = 0
06:26:20.748596 open("/dev/cpuctl//tasks", O_WRONLY|O_LARGEFILE) = 35
06:26:20.750488 write(35, "11506", 5) = 5
06:26:20.752075 close(35) = 0
06:26:20.753021 open("/dev/cpuctl//tasks", O_WRONLY|O_LARGEFILE) = 35
06:26:20.755188 write(35, "11575", 5) = 5
06:26:20.756835 close(35) = 0
06:26:20.758514 getdents64(33, /* 0 entries */, 4200) = 0
06:26:20.759979 close(33) = 0
06:26:20.760955 clock_gettime(CLOCK_MONOTONIC, {37321, 944617885}) = 0
06:26:20.769622 stat64("/external/images/media/9", 0xbeec4450) = -1
ENOENT (No such file or directory)
06:26:20.773529 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.780609 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.784667 ioctl(10, 0xc0186201, 0xbeec4848) = 0
06:26:20.786590 open("/dev/ashmem", O_RDWR|O_LARGEFILE) = 33
06:26:20.788726 ioctl(33, 0x41007701, 0xbeec473c) = 0
06:26:20.790252 ioctl(33, 0x40047703, 0x100000) = 0
06:26:20.791076 mmap2(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_SHARED,
33, 0) = 0x45dcc000
06:26:20.794769 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.798919 ioctl(10, 0xc0186201, 0xbeec4638) = 0
06:26:20.801025 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.802734 ioctl(10, 0xc0186201, 0xbeec4638) = 0
06:26:20.810913 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.818023 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.825927 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.827972 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.830139 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.831970 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.836242 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.840362 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:20.846588 clock_gettime(CLOCK_MONOTONIC, {37322, 30463834}) = 0
06:26:20.849578 open("/dev/ashmem", O_RDWR|O_LARGEFILE) = 35
06:26:20.850799 ioctl(35, 0x41007701, 0xbeec473c) = 0
06:26:20.852417 ioctl(35, 0x40047703, 0x100000) = 0
06:26:20.853881 mmap2(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_SHARED,
35, 0) = 0x46018000
06:26:20.856140 stat64("/sqlite_stmt_journals", {st_mode=S_IFDIR|
S_ISVTX|0777, st_size=100, ...}) = 0
06:26:20.861328 access("/sqlite_stmt_journals", R_OK|W_OK|X_OK) = 0
06:26:20.863250 access("/sqlite_stmt_journals/etilqs_A0kStld2ldfJT3i",
F_OK) = -1 ENOENT (No such file or directory)
06:26:20.865509 stat64("/sqlite_stmt_journals", {st_mode=S_IFDIR|
S_ISVTX|0777, st_size=100, ...}) = 0
06:26:20.869842 access("/sqlite_stmt_journals", R_OK|W_OK|X_OK) = 0
06:26:20.871826 access("/sqlite_stmt_journals/etilqs_hDAPTngGaaVBfLZ",
F_OK) = -1 ENOENT (No such file or directory)
06:26:20.876678 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:20.878662 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741826, len=510}) = 0
06:26:20.880462 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:20.882263 access("/data/data/com.dropbox.android/databases/db.db-
journal", F_OK) = -1 ENOENT (No such file or directory)
06:26:20.884674 fstat64(36, {st_mode=S_IFREG|0660,
st_size=13312, ...}) = 0
06:26:20.891937 lseek(36, 24, SEEK_SET) = 24
06:26:20.893402 read(36, "\0\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
06:26:20.897827 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=0, len=0}) = 0
06:26:20.904296 gettimeofday({1313735180, 905700}, NULL) = 0
06:26:20.908630 writev(3, [{"\6", 1},
{"com.dropbox.android.provider.Dro"..., 45}, {"Adding new file (from
import, pr"..., 81}], 3) = 127
06:26:20.920043 open("/dev/ashmem", O_RDWR|O_LARGEFILE) = 37
06:26:20.921722 ioctl(37, 0x41007701, 0xbeec473c) = 0
06:26:20.923339 ioctl(37, 0x40047703, 0x100000) = 0
06:26:20.924835 mmap2(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_SHARED,
37, 0) = 0x46118000
06:26:20.926910 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:20.928924 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741826, len=510}) = 0
06:26:20.930633 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:20.931793 access("/data/data/com.dropbox.android/databases/db.db-
journal", F_OK) = -1 ENOENT (No such file or directory)
06:26:20.934997 fstat64(36, {st_mode=S_IFREG|0660,
st_size=13312, ...}) = 0
06:26:20.938720 lseek(36, 24, SEEK_SET) = 24
06:26:20.939575 read(36, "\0\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
06:26:20.941558 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=0, len=0}) = 0
06:26:20.943634 madvise(0x46118000, 1048576, 0x9 /* MADV_??? */) = 0
06:26:20.945556 munmap(0x46118000, 1048576) = 0
06:26:20.947235 close(37) = 0
06:26:20.949798 gettimeofday({1313735180, 951019}, NULL) = 0
06:26:20.952880 writev(3, [{"\4", 1},
{"com.dropbox.android.taskqueue.Db"..., 42}, {"Task
content://media/external/im"...,
65}], 3) = 108
06:26:20.959411 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:20.960998 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741826, len=510}) = 0
06:26:20.962799 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:20.964508 access("/data/data/com.dropbox.android/databases/db.db-
journal", F_OK) = -1 ENOENT (No such file or directory)
06:26:20.966918 fstat64(36, {st_mode=S_IFREG|0660,
st_size=13312, ...}) = 0
06:26:20.970947 lseek(36, 24, SEEK_SET) = 24
06:26:20.972381 read(36, "\0\0\0\22\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
06:26:20.974273 fcntl64(36, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=1073741825, len=1}) = 0
06:26:20.975463 open("/data/data/com.dropbox.android/databases/db.db-
journal", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE|O_NOFOLLOW, 0644) = 37
06:26:20.980407 open("/data/data/com.dropbox.android/databases",
O_RDONLY|O_LARGEFILE) = 38
06:26:20.982605 fcntl64(38, F_GETFD) = 0
06:26:20.983428 fcntl64(38, F_SETFD, FD_CLOEXEC) = 0
06:26:20.984893 fcntl64(37, F_GETFD) = 0
06:26:20.986328 fcntl64(37, F_SETFD, FD_CLOEXEC) = 0
06:26:20.987182 fstat64(37, {st_mode=S_IFREG|0644, st_size=0, ...}) =
0
06:26:20.991119 lseek(37, 0, SEEK_SET) = 0
06:26:20.992584 write(37, "\331\325\5\371 \241c\327\0\0\0\0\374h\16J
\0\0\0\r\0\0\2"..., 512) = 512
06:26:20.994995 lseek(37, 512, SEEK_SET) = 512
06:26:20.996521 write(37, "\0\0\0\6", 4) = 4
06:26:20.998291 lseek(37, 516, SEEK_SET) = 516
06:26:20.999145 write(37, "\r
\0\0\0\0\4\0\0\3\307\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
06:26:21.001312 lseek(37, 1540, SEEK_SET) = 1540
06:26:21.002868 write(37, "\374h\16J", 4) = 4
06:26:21.004669 lseek(37, 1544, SEEK_SET) = 1544
06:26:21.006103 write(37, "\0\0\0\5", 4) = 4
06:26:21.007141 lseek(37, 1548, SEEK_SET) = 1548
06:26:21.008819 write(37, "\r
\0\0\0\2\3\337\0\3\363\3\337\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
06:26:21.010986 lseek(37, 2572, SEEK_SET) = 2572
06:26:21.012390 write(37, "\374h\16J", 4) = 4
06:26:21.014190 lseek(37, 2576, SEEK_SET) = 2576
06:26:21.015045 write(37, "\0\0\0\1", 4) = 4
06:26:21.016693 lseek(37, 2580, SEEK_SET) = 2580
06:26:21.018280 write(37, "SQLite format 3\0\4\0\1\1\0@
\0\0\0\22\0\0\0\0"..., 1024) = 1024
06:26:21.020385 lseek(37, 3604, SEEK_SET) = 3604
06:26:21.021270 write(37, "\374h\16J", 4) = 4
06:26:21.023040 fsync(37) = 0
06:26:21.028198 fsync(38) = 0
06:26:21.031341 close(38) = 0
06:26:21.032226 lseek(37, 8, SEEK_SET) = 8
06:26:21.033660 write(37, "\0\0\0\3", 4) = 4
06:26:21.035675 fsync(37) = 0
06:26:21.040100 fcntl64(36, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:21.041870 fcntl64(36, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=1073741826, len=510}) = 0
06:26:21.043609 lseek(36, 0, SEEK_SET) = 0
06:26:21.044494 write(36, "SQLite format 3\0\4\0\1\1\0@
\0\0\0\23\0\0\0\0"..., 1024) = 1024
06:26:21.047912 lseek(36, 4096, SEEK_SET) = 4096
06:26:21.049346 write(36, "\r
\0\0\0\2\3\337\0\3\363\3\337\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
06:26:21.051849 lseek(36, 5120, SEEK_SET) = 5120
06:26:21.052642 write(36, "\r
\0\0\0\1\3\310\0\3\310\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
06:26:21.055419 fsync(36) = 0
06:26:21.060699 close(37) = 0
06:26:21.062255 unlink("/data/data/com.dropbox.android/databases/db.db-
journal") = 0
06:26:21.068908 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741826, len=510}) = 0
06:26:21.070648 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=1073741824, len=2}) = 0
06:26:21.072387 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=0, len=0}) = 0
06:26:21.075134 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.079742 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.395294 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.399108 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.401428 gettimeofday({1313735181, 402679}, NULL) = 0
06:26:21.404510 writev(3, [{"\4", 1},
{"com.dropbox.android.service.Drop"..., 51}, {"Setting receiver
enabled: true\0", 31}], 3) = 83
06:26:21.409667 gettimeofday({1313735181, 410186}, NULL) = 0
06:26:21.412078 writev(3, [{"\4", 1},
{"com.dropbox.android.service.Serv"..., 50}, {"Trying to bind service
\0", 23}], 3) = 74
06:26:21.417022 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.428649 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.439697 mmap2(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|
MAP_ANONYMOUS, -1, 0) = 0x42351000
06:26:21.440734 mmap2(0x10000000, 1048576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x46118000
06:26:21.442474 mprotect(0x46118000, 4096, PROT_NONE) = 0
06:26:21.444213 clone(child_stack=0x46217f00, flags=CLONE_VM|CLONE_FS|
CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_DETACHED) =
11583
06:26:21.445953 futex(0xad081f44, FUTEX_WAIT, -64, NULL) = 0
06:26:21.448150 futex(0xad081f40, FUTEX_WAIT, 2, NULL) = 0
06:26:21.449737 futex(0xad081f40, FUTEX_WAKE, 1) = 0
06:26:21.450683 futex(0xad081f44, FUTEX_WAKE, 2147483647) = 1
06:26:21.452209 futex(0xad081f40, FUTEX_WAKE, 1) = 1
06:26:21.454193 futex(0x3699a0, FUTEX_WAKE, 1) = 1
06:26:21.462829 clock_gettime(CLOCK_MONOTONIC, {37322, 646491668}) = 0
06:26:21.465911 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.472106 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.483886 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.492828 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.501068 stat64("/sqlite_stmt_journals", {st_mode=S_IFDIR|
S_ISVTX|0777, st_size=100, ...}) = 0
06:26:21.513031 access("/sqlite_stmt_journals", R_OK|W_OK|X_OK) = 0
06:26:21.516998 access("/sqlite_stmt_journals/etilqs_35EVTcHyYZCJyPT",
F_OK) = -1 ENOENT (No such file or directory)
06:26:21.532165 stat64("/sqlite_stmt_journals", {st_mode=S_IFDIR|
S_ISVTX|0777, st_size=100, ...}) = 0
06:26:21.558441 access("/sqlite_stmt_journals", R_OK|W_OK|X_OK) = 0
06:26:21.560394 access("/sqlite_stmt_journals/etilqs_YOePNh7rvvydlyW",
F_OK) = -1 ENOENT (No such file or directory)
06:26:21.562957 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:21.564727 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741826, len=510}) = 0
06:26:21.566589 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:21.568603 access("/data/data/com.dropbox.android/databases/db.db-
journal", F_OK) = -1 ENOENT (No such file or directory)
06:26:21.574218 fstat64(36, {st_mode=S_IFREG|0660,
st_size=13312, ...}) = 0
06:26:21.581024 lseek(36, 24, SEEK_SET) = 24
06:26:21.583068 read(36, "\0\0\0\23\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
06:26:21.590881 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=0, len=0}) = 0
06:26:21.607788 clock_gettime(CLOCK_MONOTONIC, {37322, 791419645}) = 0
06:26:21.611114 futex(0xad081f9c, FUTEX_WAIT, 2, NULL) = 0
06:26:21.631530 futex(0xad081f9c, FUTEX_WAKE, 1) = 0
06:26:21.634765 gettimeofday({1313735181, 635314}, NULL) = 0
06:26:21.637268 writev(3, [{"\4", 1},
{"com.dropbox.android.activity.Dro"..., 44}, {"DropboxBrowser received
action: "..., 59}], 3) = 104
06:26:21.651031 gettimeofday({1313735181, 652801}, NULL) = 0
06:26:21.663299 writev(3, [{"\4", 1},
{"com.dropbox.android.activity.Sim"..., 50}, {"Query is:
content://com.dropbox."...,
58}], 3) = 109
06:26:21.668579 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.674041 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.682952 gettimeofday({1313735181, 683502}, NULL) = 0
06:26:21.686737 writev(3, [{"\6", 1},
{"com.dropbox.android.provider.Que"..., 41}, {"Querying with query id:
DB19\0", 29}], 3) = 71
06:26:21.703033 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.723602 open("/dev/ashmem", O_RDWR|O_LARGEFILE) = 39
06:26:21.725433 ioctl(39, 0x41007701, 0xbeec473c) = 0
06:26:21.726928 ioctl(39, 0x40047703, 0x100000) = 0
06:26:21.728576 mmap2(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_SHARED,
39, 0) = 0x46418000
06:26:21.732757 stat64("/sqlite_stmt_journals", {st_mode=S_IFDIR|
S_ISVTX|0777, st_size=100, ...}) = 0
06:26:21.753692 access("/sqlite_stmt_journals", R_OK|W_OK|X_OK) = 0
06:26:21.766540 access("/sqlite_stmt_journals/etilqs_lfXHszxF6h39Svm",
F_OK) = -1 ENOENT (No such file or directory)
06:26:21.789337 stat64("/sqlite_stmt_journals", {st_mode=S_IFDIR|
S_ISVTX|0777, st_size=100, ...}) = 0
06:26:21.810913 access("/sqlite_stmt_journals", R_OK|W_OK|X_OK) = 0
06:26:21.830841 access("/sqlite_stmt_journals/etilqs_FhMxn1bSIWtzQPS",
F_OK) = -1 ENOENT (No such file or directory)
06:26:21.838226 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:21.839813 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741826, len=510}) = 0
06:26:21.843780 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:21.849426 access("/data/data/com.dropbox.android/databases/db.db-
journal", F_OK) = -1 ENOENT (No such file or directory)
06:26:21.860748 fstat64(36, {st_mode=S_IFREG|0660,
st_size=13312, ...}) = 0
06:26:21.880493 lseek(36, 24, SEEK_SET) = 24
06:26:21.882598 read(36, "\0\0\0\23\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
06:26:21.895080 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=0, len=0}) = 0
06:26:21.901855 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.917205 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:21.920928 mmap2(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|
MAP_ANONYMOUS, -1, 0) = 0x42659000
06:26:21.926574 mmap2(0x10000000, 1048576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x46698000
06:26:21.936187 mprotect(0x46698000, 4096, PROT_NONE) = 0
06:26:21.943511 clone(child_stack=0x46797f00, flags=CLONE_VM|CLONE_FS|
CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_DETACHED) =
11584
06:26:21.946899 futex(0xad081f44, FUTEX_WAIT, -66, NULL) = -1 EAGAIN
(Resource temporarily unavailable)
06:26:21.957885 futex(0xad081f44, FUTEX_WAKE, 2147483647) = 1
06:26:21.960907 futex(0xad081f40, FUTEX_WAKE, 1) = 1
06:26:21.983795 futex(0xaac45cb8, FUTEX_WAIT, 2, NULL) = -1 EAGAIN
(Resource temporarily unavailable)
06:26:21.986969 futex(0xaac45cb8, FUTEX_WAKE, 1) = 0
06:26:21.998931 fcntl64(29, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:22.004608 fcntl64(29, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741826, len=510}) = 0
06:26:22.010376 fcntl64(29, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:22.014678 access("/data/data/com.dropbox.android/databases/
prefs.db-journal", F_OK) = -1 ENOENT (No such file or directory)
06:26:22.022857 fstat64(29, {st_mode=S_IFREG|0660, st_size=8192, ...})
= 0
06:26:22.038513 lseek(29, 24, SEEK_SET) = 24
06:26:22.042205 read(29, "\0\0\0\26\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
06:26:22.046234 fcntl64(29, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=1073741825, len=1}) = 0
06:26:22.052063 fcntl64(29, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:22.058624 fcntl64(29, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=1073741826, len=510}) = 0
06:26:22.062561 open("/data/data/com.dropbox.android/databases/
prefs.db-journal", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE|O_NOFOLLOW, 0644)
= 41
06:26:22.093444 open("/data/data/com.dropbox.android/databases",
O_RDONLY|O_LARGEFILE) = 42
06:26:22.095459 fcntl64(42, F_GETFD) = 0
06:26:22.096984 fcntl64(42, F_SETFD, FD_CLOEXEC) = 0
06:26:22.098663 fcntl64(41, F_GETFD) = 0
06:26:22.099548 fcntl64(41, F_SETFD, FD_CLOEXEC) = 0
06:26:22.101013 fstat64(41, {st_mode=S_IFREG|0644, st_size=0, ...}) =
0
06:26:22.115295 lseek(41, 0, SEEK_SET) = 0
06:26:22.119384 write(41, "\331\325\5\371 \241c
\327\0\0\0\0\344\2022\373\0\0\0\10"..., 512) = 512
06:26:22.127319 open("/sqlite_stmt_journals/etilqs_Ad3Pjhsz415cDfE",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE|O_NOFOLLOW, 0600) = 43
06:26:22.140380 unlink("/sqlite_stmt_journals/etilqs_Ad3Pjhsz415cDfE")
= 0
06:26:22.148712 fcntl64(43, F_GETFD) = 0
06:26:22.152435 fcntl64(43, F_SETFD, FD_CLOEXEC) = 0
06:26:22.158721 fstat64(43, {st_mode=S_IFREG|0600, st_size=0, ...}) =
0
06:26:22.170928 lseek(41, 512, SEEK_SET) = 512
06:26:22.173797 write(41, "\0\0\0\5", 4) = 4
06:26:22.190795 lseek(41, 516, SEEK_SET) = 516
06:26:22.192260 write(41, "\n\0\0\0\v\3_
\0\3\337\3\356\3\207\3\255\3}\3_\3\316\3\276"..., 1024) = 1024
06:26:22.198486 lseek(41, 1540, SEEK_SET) = 1540
06:26:22.201751 write(41, "\344\2022\376", 4) = 4
06:26:22.204284 lseek(41, 1544, SEEK_SET) = 1544
06:26:22.208679 write(41, "\0\0\0\4", 4) = 4
06:26:22.212280 lseek(41, 1548, SEEK_SET) = 1548
06:26:22.214294 write(41, "\r\0\0\0\v
\2\233\0\3\336\3\277\3\246\3\213\3n\3+\3\32\3"..., 1024) = 1024
06:26:22.220428 lseek(41, 2572, SEEK_SET) = 2572
06:26:22.222534 write(41, "\344\2023I", 4) = 4
06:26:22.229980 lseek(41, 2576, SEEK_SET) = 2576
06:26:22.231292 write(41, "\0\0\0\1", 4) = 4
06:26:22.236389 lseek(41, 2580, SEEK_SET) = 2580
06:26:22.238769 write(41, "SQLite format 3\0\4\0\1\1\0@
\0\0\0\26\0\0\0\0"..., 1024) = 1024
06:26:22.248748 lseek(41, 3604, SEEK_SET) = 3604
06:26:22.250213 write(41, "\344\2024*", 4) = 4
06:26:22.251281 fsync(41) = 0
06:26:22.256744 fsync(42) = 0
06:26:22.260376 close(42) = 0
06:26:22.264068 lseek(41, 8, SEEK_SET) = 8
06:26:22.268249 write(41, "\0\0\0\3", 4) = 4
06:26:22.272979 fsync(41) = 0
06:26:22.289398 lseek(29, 0, SEEK_SET) = 0
06:26:22.293273 write(29, "SQLite format 3\0\4\0\1\1\0@
\0\0\0\27\0\0\0\0"..., 1024) = 1024
06:26:22.298614 lseek(29, 3072, SEEK_SET) = 3072
06:26:22.302398 write(29, "\r\0\0\0\v
\2\233\0\3\336\3\277\3\246\3\213\3n\3+\3\32\3"..., 1024) = 1024
06:26:22.308136 lseek(29, 4096, SEEK_SET) = 4096
06:26:22.312377 write(29, "\n\0\0\0\v\3_
\0\3\337\3\356\3\207\3\255\3}\3_\3\316\3\276"..., 1024) = 1024
06:26:22.317108 fsync(29) = 0
06:26:22.325622 close(43) = 0
06:26:22.327270 close(41) = 0
06:26:22.331451 unlink("/data/data/com.dropbox.android/databases/
prefs.db-journal") = 0
06:26:22.347778 fcntl64(29, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741826, len=510}) = 0
06:26:22.349609 fcntl64(29, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=1073741824, len=2}) = 0
06:26:22.351379 fcntl64(29, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=0, len=0}) = 0
06:26:22.356964 gettimeofday({1313735182, 358123}, NULL) = 0
06:26:22.361480 writev(3, [{"\4", 1},
{"com.dropbox.android.activity.loc"..., 47}, {"LockReceiver received
onResume()"..., 33}], 3) = 81
06:26:22.378784 gettimeofday({1313735182, 379272}, NULL) = 0
06:26:22.380523 gettimeofday({1313735182, 380981}, NULL) = 0
06:26:22.400787 writev(3, [{"\6", 1},
{"com.dropbox.android.activity.loc"..., 47}, {"Locking from Activity
onResume()"..., 33}], 3) = 81
06:26:22.403869 gettimeofday({1313735182, 405059}, NULL) = 0
06:26:22.406921 writev(3, [{"\4", 1},
{"com.dropbox.android.activity.Sim"..., 50}, {"Browsing URI:
content://com.drop"..., 62}], 3) = 113
06:26:22.419189 writev(5, [{"Fu\0\0", 4}, {"\2+
\0\0\0com.dropbox.android.activit"..., 49}], 2) = 53
06:26:22.425689 clock_gettime(CLOCK_MONOTONIC, {37323, 608710910}) = 0
06:26:22.443389 ioctl(10, 0xc0186201, 0xbeec4848) = 0
06:26:22.445587 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:22.458648 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:22.479034 clock_gettime(CLOCK_MONOTONIC, {37323, 662727022}) = 0
06:26:22.480957 stat64("/system/framework/framework-res.apk",
{st_mode=S_IFREG|0644, st_size=2765340, ...}) = 0
06:26:22.486297 stat64("/system/framework/com.htc.resources.apk",
{st_mode=S_IFREG|0644, st_size=9827856, ...}) = 0
06:26:22.504516 stat64("/data/app/com.dropbox.android.apk",
{st_mode=S_IFREG|0644, st_size=2951882, ...}) = 0
06:26:22.522155 gettimeofday({1313735182, 522674}, NULL) = 0
06:26:22.526001 writev(3, [{"\4", 1},
{"com.dropbox.android.service.Drop"..., 43}, {"Dropbox service has
been started"..., 33}], 3) = 77
06:26:22.535980 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:22.540100 clock_gettime(CLOCK_MONOTONIC, {37323, 723151825}) = 0
06:26:22.544586 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:22.552795 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:22.556335 clock_gettime(CLOCK_MONOTONIC, {37323, 739814422}) = 0
06:26:22.558807 clock_gettime(CLOCK_MONOTONIC, {37323, 741859100}) = 0
06:26:22.562744 clock_gettime(CLOCK_MONOTONIC, {37323, 745826385}) = 0
06:26:22.566619 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:22.577423 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:22.582580 ioctl(10, 0xc0186201, 0xbeec4848) = 0
06:26:22.586669 mmap2(NULL, 2865, PROT_READ, MAP_SHARED, 25, 0x175) =
0x426bd000
06:26:22.589813 munmap(0x426bd000, 2865) = 0
06:26:22.695648 gettimeofday({1313735182, 696624}, NULL) = 0
06:26:22.769775 gettimeofday({1313735182, 770751}, NULL) = 0
06:26:22.790161 clock_gettime(CLOCK_MONOTONIC, {37323, 973701147}) = 0
06:26:22.791839 clock_gettime(CLOCK_MONOTONIC, {37323, 975623754}) = 0
06:26:22.795379 clock_gettime(CLOCK_MONOTONIC, {37323, 978461889}) = 0
06:26:22.797241 clock_gettime(CLOCK_MONOTONIC, {37323, 981177954}) = 0
06:26:22.799499 gettimeofday({1313735182, 800628}, NULL) = 0
06:26:22.801818 writev(3, [{"\4", 1},
{"com.dropbox.android.service.Serv"..., 50}, {"Service is connected
\0", 21}], 3) = 72
06:26:22.805725 clock_gettime(CLOCK_MONOTONIC, {37323, 989539769}) = 0
06:26:22.808868 clock_gettime(CLOCK_MONOTONIC, {37323, 991950659}) = 0
06:26:22.811798 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:22.830627 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:22.836090 clock_gettime(CLOCK_MONOTONIC, {37324, 19721654}) = 0
06:26:22.838348 clock_gettime(0x3 /* CLOCK_??? */, {14, 829345664}) =
0
06:26:22.840209 ioctl(10, 0xc0186201, 0xbeec44d8) = 0
06:26:22.843994 dup(41) = 42
06:26:22.845489 close(41) = 0
06:26:22.846344 getpid() = 11464
06:26:22.848053 gettid() = 11464
06:26:22.849487 mmap2(NULL, 2387968, PROT_READ|PROT_WRITE, MAP_SHARED,
42, 0) = 0x46b30000
06:26:22.853118 clock_gettime(CLOCK_MONOTONIC, {37324, 36170629}) = 0
06:26:22.872772 gettid() = 11464
06:26:22.874115 futex(0x426b8004, FUTEX_WAKE, 2147483647) = 0
06:26:22.875885 clock_gettime(0x3 /* CLOCK_??? */, {14, 849212609}) =
0
06:26:22.883850 ioctl(10, 0xc0186201, 0xbeec46a0) = 0
06:26:22.888580 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:22.900482 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:22.959289 clock_gettime(CLOCK_MONOTONIC, {37324, 142982150}) = 0
06:26:22.961425 clock_gettime(CLOCK_MONOTONIC, {37324, 145118381}) = 0
06:26:22.963409 clock_gettime(CLOCK_MONOTONIC, {37324, 147132541}) = 0
06:26:22.965301 clock_gettime(CLOCK_MONOTONIC, {37324, 149360324}) = 0
06:26:22.967590 clock_gettime(CLOCK_MONOTONIC, {37324, 151343967}) = 0
06:26:22.970428 clock_gettime(CLOCK_MONOTONIC, {37324, 153480197}) = 0
06:26:22.975799 clock_gettime(0x3 /* CLOCK_??? */, {14, 855438193}) =
0
06:26:22.977417 ioctl(10, 0xc0186201, 0xbeec44d8) = 0
06:26:22.982391 dup(47) = 48
06:26:22.983337 close(47) = 0
06:26:22.986267 getpid() = 11464
06:26:22.988678 gettid() = 11464
06:26:22.990539 mmap2(NULL, 1228800, PROT_READ|PROT_WRITE, MAP_SHARED,
48, 0) = 0x46898000
06:26:22.994903 clock_gettime(CLOCK_MONOTONIC, {37324, 177955294}) = 0
06:26:23.003326 clock_gettime(CLOCK_MONOTONIC, {37324, 186835909}) = 0
06:26:23.018249 brk(0x3be000) = 0x3be000
06:26:23.020599 brk(0x3c1000) = 0x3c1000
06:26:23.032196 gettid() = 11464
06:26:23.049072 futex(0x426b8004, FUTEX_WAKE, 2147483647) = 0
06:26:23.053100 clock_gettime(0x3 /* CLOCK_??? */, {14, 875884974}) =
0
06:26:23.054901 ioctl(10, 0xc0186201, 0xbeec46a0) = 0
06:26:23.061889 clock_gettime(CLOCK_MONOTONIC, {37324, 245795867}) = 0
06:26:23.064178 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:23.078857 clock_gettime(CLOCK_MONOTONIC, {37324, 262794159}) = 0
06:26:23.080902 clock_gettime(CLOCK_MONOTONIC, {37324, 264564179}) = 0
06:26:23.082641 clock_gettime(CLOCK_MONOTONIC, {37324, 265632294}) = 0
06:26:23.084320 futex(0x15d0ac, FUTEX_WAIT, -258, {0, 22931885}) = -1
ETIMEDOUT (Connection timed out)
06:26:23.109100 clock_gettime(CLOCK_MONOTONIC, {37324, 292152071}) = 0
06:26:23.111145 clock_gettime(CLOCK_MONOTONIC, {37324, 294166231}) = 0
06:26:23.112976 clock_gettime(CLOCK_MONOTONIC, {37324, 295997285}) = 0
06:26:23.114807 clock_gettime(CLOCK_MONOTONIC, {37324, 297858858}) = 0
06:26:23.116912 clock_gettime(0x3 /* CLOCK_??? */, {14, 879760707}) =
0
06:26:23.121154 gettid() = 11464
06:26:23.126159 gettid() = 11464
06:26:23.129028 gettid() = 11464
06:26:23.133178 clock_gettime(CLOCK_MONOTONIC, {37324, 316291476}) = 0
06:26:23.138336 gettid() = 11464
06:26:23.141235 futex(0x426b8004, FUTEX_WAKE, 2147483647) = 0
06:26:23.145141 clock_gettime(0x3 /* CLOCK_??? */, {14, 885101283}) =
0
06:26:23.146911 ioctl(10, 0xc0186201, 0xbeec46a0) = 0
06:26:23.154968 clock_gettime(CLOCK_MONOTONIC, {37324, 338019992}) = 0
06:26:23.158355 clock_gettime(CLOCK_MONOTONIC, {37324, 341407444}) = 0
06:26:23.161865 clock_gettime(CLOCK_MONOTONIC, {37324, 345466281}) = 0
06:26:23.163482 futex(0x15d0ac, FUTEX_WAIT, -258, {0, 52941163}) = -1
ETIMEDOUT (Connection timed out)
06:26:23.220886 clock_gettime(CLOCK_MONOTONIC, {37324, 403937962}) = 0
06:26:23.222839 clock_gettime(CLOCK_MONOTONIC, {37324, 405860570}) = 0
06:26:23.224670 clock_gettime(CLOCK_MONOTONIC, {37324, 407691624}) = 0
06:26:23.226470 clock_gettime(CLOCK_MONOTONIC, {37324, 409492161}) = 0
06:26:23.228607 clock_gettime(0x3 /* CLOCK_??? */, {14, 887603723}) =
0
06:26:23.232055 gettid() = 11464
06:26:23.233520 clock_gettime(CLOCK_MONOTONIC, {37324, 419288304}) = 0
06:26:23.240783 gettid() = 11464
06:26:23.243621 futex(0x426b8004, FUTEX_WAKE, 2147483647) = 0
06:26:23.247100 clock_gettime(0x3 /* CLOCK_??? */, {14, 890869105}) =
0
06:26:23.248413 ioctl(10, 0xc0186201, 0xbeec46a0) = 0
06:26:23.256530 clock_gettime(CLOCK_MONOTONIC, {37324, 442390112}) = 0
06:26:23.260559 clock_gettime(CLOCK_MONOTONIC, {37324, 449500707}) = 0
06:26:23.268127 clock_gettime(CLOCK_MONOTONIC, {37324, 451179174}) = 0
06:26:23.269836 futex(0x15d0ac, FUTEX_WAIT, -258, {0, 63321533}) = -1
ETIMEDOUT (Connection timed out)
06:26:23.334960 clock_gettime(CLOCK_MONOTONIC, {37324, 518287328}) = 0
06:26:23.336914 clock_gettime(CLOCK_MONOTONIC, {37324, 519935277}) = 0
06:26:23.338867 clock_gettime(CLOCK_MONOTONIC, {37324, 521888403}) = 0
06:26:23.340698 clock_gettime(CLOCK_MONOTONIC, {37324, 523719457}) = 0
06:26:23.342620 clock_gettime(0x3 /* CLOCK_??? */, {14, 893188443}) =
0
06:26:23.346221 gettid() = 11464
06:26:23.348419 clock_gettime(CLOCK_MONOTONIC, {37324, 531501440}) = 0
06:26:23.354492 gettid() = 11464
06:26:23.355804 futex(0x426b8004, FUTEX_WAKE, 2147483647) = 0
06:26:23.357421 clock_gettime(0x3 /* CLOCK_??? */, {14, 896240204}) =
0
06:26:23.362213 ioctl(10, 0xc0186201, 0xbeec46a0) = 0
06:26:23.368743 clock_gettime(CLOCK_MONOTONIC, {37324, 552344945}) = 0
06:26:23.370513 clock_gettime(CLOCK_MONOTONIC, {37324, 553535131}) = 0
06:26:23.374572 clock_gettime(CLOCK_MONOTONIC, {37324, 557593968}) = 0
06:26:23.378692 futex(0x15d0ac, FUTEX_WAIT, -258, {0, 64941163}) = -1
ETIMEDOUT (Connection timed out)
06:26:23.445983 clock_gettime(CLOCK_MONOTONIC, {37324, 629035617}) = 0
06:26:23.448089 clock_gettime(CLOCK_MONOTONIC, {37324, 631293918}) = 0
06:26:23.449920 clock_gettime(CLOCK_MONOTONIC, {37324, 632941868}) = 0
06:26:23.451843 clock_gettime(CLOCK_MONOTONIC, {37324, 634864475}) = 0
06:26:23.453643 futex(0xad081f9c, FUTEX_WAIT, 2, NULL) = 0
06:26:23.455627 futex(0xad081f9c, FUTEX_WAKE, 1) = 0
06:26:23.459869 clock_gettime(0x3 /* CLOCK_??? */, {14, 898620579}) =
0
06:26:23.463806 gettid() = 11464
06:26:23.467132 clock_gettime(CLOCK_MONOTONIC, {37324, 658637667}) = 0
06:26:23.480133 gettid() = 11464
06:26:23.484802 futex(0x426b8004, FUTEX_WAKE, 2147483647) = 0
06:26:23.486236 clock_gettime(0x3 /* CLOCK_??? */, {14, 901855445}) =
0
06:26:23.488250 ioctl(10, 0xc0186201, 0xbeec46a0) = 0
06:26:23.493835 clock_gettime(CLOCK_MONOTONIC, {37324, 676856661}) = 0
06:26:23.495605 clock_gettime(CLOCK_MONOTONIC, {37324, 678626680}) = 0
06:26:23.497863 clock_gettime(CLOCK_MONOTONIC, {37324, 681037569}) = 0
06:26:23.499694 futex(0x15d0ac, FUTEX_WAIT, -258, {0, 53589111}) = -1
ETIMEDOUT (Connection timed out)
06:26:23.555084 clock_gettime(CLOCK_MONOTONIC, {37324, 738288543}) = 0
06:26:23.557098 clock_gettime(CLOCK_MONOTONIC, {37324, 740882537}) = 0
06:26:23.559051 clock_gettime(CLOCK_MONOTONIC, {37324, 742042205}) = 0
06:26:23.562469 clock_gettime(CLOCK_MONOTONIC, {37324, 745551726}) = 0
06:26:23.564697 clock_gettime(0x3 /* CLOCK_??? */, {14, 904174783}) =
0
06:26:23.568450 gettid() = 11464
06:26:23.570312 clock_gettime(CLOCK_MONOTONIC, {37324, 753364227}) = 0
06:26:23.577331 gettid() = 11464
06:26:23.580444 futex(0x426b8004, FUTEX_WAKE, 2147483647) = 0
06:26:23.583923 clock_gettime(0x3 /* CLOCK_??? */, {14, 907165504}) =
0
06:26:23.585113 ioctl(10, 0xc0186201, 0xbeec46a0) = 0
06:26:23.592498 clock_gettime(CLOCK_MONOTONIC, {37324, 775794648}) = 0
06:26:23.596344 clock_gettime(CLOCK_MONOTONIC, {37324, 779365204}) = 0
06:26:23.600311 clock_gettime(CLOCK_MONOTONIC, {37324, 783332490}) = 0
06:26:23.604095 futex(0x15d0ac, FUTEX_WAIT, -258, {0, 63032714}) = -1
ETIMEDOUT (Connection timed out)
06:26:23.668945 futex(0xad081f50, FUTEX_WAIT, -274, NULL) = 0
06:26:23.746337 futex(0xad081f4c, FUTEX_WAIT, 2, NULL) = 0
06:26:23.750274 futex(0xad081f4c, FUTEX_WAKE, 1) = 0
06:26:23.754058 clock_gettime(CLOCK_MONOTONIC, {37324, 937110570}) = 0
06:26:23.757446 clock_gettime(CLOCK_MONOTONIC, {37324, 941291479}) = 0
06:26:23.761871 clock_gettime(CLOCK_MONOTONIC, {37324, 945319799}) = 0
06:26:23.778106 clock_gettime(CLOCK_MONOTONIC, {37324, 970252661}) = 0
06:26:23.790252 clock_gettime(0x3 /* CLOCK_??? */, {14, 909759499}) =
0
06:26:23.792144 gettid() = 11464
06:26:23.793243 clock_gettime(CLOCK_MONOTONIC, {37324, 976966527}) = 0
06:26:23.798065 gettid() = 11464
06:26:23.799652 futex(0x426b8004, FUTEX_WAKE, 2147483647) = 0
06:26:23.800628 clock_gettime(0x3 /* CLOCK_??? */, {14, 912811257}) =
0
06:26:23.802429 ioctl(10, 0xc0186201, 0xbeec46a0) = 0
06:26:23.811737 clock_gettime(CLOCK_MONOTONIC, {37324, 994758276}) = 0
06:26:23.813659 clock_gettime(CLOCK_MONOTONIC, {37324, 996741918}) = 0
06:26:23.820220 clock_gettime(CLOCK_MONOTONIC, {37325, 3272680}) = 0
06:26:23.825805 futex(0x15d0ac, FUTEX_WAIT, -258, {0, 44469238}) = 0
06:26:23.865081 futex(0x15d0a8, FUTEX_WAIT, 2, NULL) = 0
06:26:23.867004 futex(0x15d0a8, FUTEX_WAKE, 1) = 0
06:26:23.870880 clock_gettime(CLOCK_MONOTONIC, {37325, 53931859}) = 0
06:26:23.873291 clock_gettime(CLOCK_MONOTONIC, {37325, 57441381}) = 0
06:26:23.875579 clock_gettime(CLOCK_MONOTONIC, {37325, 59333470}) = 0
06:26:23.880249 clock_gettime(CLOCK_MONOTONIC, {37325, 65436986}) = 0
06:26:23.901092 clock_gettime(CLOCK_MONOTONIC, {37325, 85792210}) = 0
06:26:23.904357 clock_gettime(CLOCK_MONOTONIC, {37325, 87562230}) = 0
06:26:23.908569 clock_gettime(0x3 /* CLOCK_??? */, {14, 916717511}) =
0
06:26:23.913940 gettid() = 11464
06:26:23.928802 clock_gettime(CLOCK_MONOTONIC, {37325, 112495091}) = 0
06:26:23.933593 gettid() = 11464
06:26:23.934906 futex(0x426b8004, FUTEX_WAKE, 2147483647) = 0
06:26:23.936523 clock_gettime(0x3 /* CLOCK_??? */, {14, 919616681}) =
0
06:26:23.938537 ioctl(10, 0xc0186201, 0xbeec46a0) = 0
06:26:23.943573 clock_gettime(CLOCK_MONOTONIC, {37325, 126777317}) = 0
06:26:23.949188 clock_gettime(CLOCK_MONOTONIC, {37325, 132239963}) = 0
06:26:23.950927 clock_gettime(CLOCK_MONOTONIC, {37325, 133979465}) = 0
06:26:23.954803 clock_gettime(CLOCK_MONOTONIC, {37325, 137855197}) = 0
06:26:23.957855 futex(0x15d0ac, FUTEX_WAIT, -259, {0, 23124268}) = 0
06:26:23.984863 futex(0x15d0a8, FUTEX_WAIT, 2, NULL) = 0
06:26:23.986755 futex(0x15d0a8, FUTEX_WAKE, 1) = 0
06:26:23.989013 clock_gettime(CLOCK_MONOTONIC, {37325, 172217989}) = 0
06:26:23.994842 futex(0x15d0a8, FUTEX_WAKE, 1) = 1
06:26:24.000579 clock_gettime(CLOCK_MONOTONIC, {37325, 184730196}) = 0
06:26:24.002868 clock_gettime(CLOCK_MONOTONIC, {37325, 188758516}) = 0
06:26:24.008056 clock_gettime(CLOCK_MONOTONIC, {37325, 194587373}) = 0
06:26:24.015014 futex(0x369774, FUTEX_WAIT, -8, NULL) = 0
06:26:24.027435 futex(0x369770, FUTEX_WAIT, 2, NULL) = 0
06:26:24.029327 futex(0x369770, FUTEX_WAKE, 1) = 0
06:26:24.031311 clock_gettime(CLOCK_MONOTONIC, {37325, 214332245}) = 0
06:26:24.033477 clock_gettime(CLOCK_MONOTONIC, {37325, 216498993}) = 0
06:26:24.036834 stat64("/sqlite_stmt_journals", {st_mode=S_IFDIR|
S_ISVTX|0777, st_size=100, ...}) = 0
06:26:24.055328 access("/sqlite_stmt_journals", R_OK|W_OK|X_OK) = 0
06:26:24.057281 access("/sqlite_stmt_journals/etilqs_9FrPymilKbmhTxn",
F_OK) = -1 ENOENT (No such file or directory)
06:26:24.059906 stat64("/sqlite_stmt_journals", {st_mode=S_IFDIR|
S_ISVTX|0777, st_size=100, ...}) = 0
06:26:24.064605 access("/sqlite_stmt_journals", R_OK|W_OK|X_OK) = 0
06:26:24.069152 access("/sqlite_stmt_journals/etilqs_vnK9seHmJYkmKh2",
F_OK) = -1 ENOENT (No such file or directory)
06:26:24.073730 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:24.078155 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741826, len=510}) = 0
06:26:24.082275 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:24.086181 access("/data/data/com.dropbox.android/databases/db.db-
journal", F_OK) = -1 ENOENT (No such file or directory)
06:26:24.090850 fstat64(36, {st_mode=S_IFREG|0660,
st_size=13312, ...}) = 0
06:26:24.114593 lseek(36, 24, SEEK_SET) = 24
06:26:24.129211 read(36, "\0\0\0\24\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
06:26:24.142974 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=0, len=0}) = 0
06:26:24.149047 clock_gettime(CLOCK_MONOTONIC, {37325, 341224338}) = 0
06:26:24.160369 clock_gettime(CLOCK_MONOTONIC, {37325, 343452121}) = 0
06:26:24.235565 gettimeofday({1313735184, 236541}, NULL) = 0
06:26:24.297790 gettimeofday({1313735184, 300781}, NULL) = 0
06:26:24.317657 clock_gettime(0x3 /* CLOCK_??? */, {14, 994842506}) =
0
06:26:24.320037 gettid() = 11464
06:26:24.321136 clock_gettime(CLOCK_MONOTONIC, {37325, 504798559}) = 0
06:26:24.342010 gettid() = 11464
06:26:24.343414 futex(0x426b8004, FUTEX_WAKE, 2147483647) = 0
06:26:24.345062 clock_gettime(0x3 /* CLOCK_??? */, {15, 12756326}) = 0
06:26:24.347198 ioctl(10, 0xc0186201, 0xbeec46a0) = 0
06:26:24.366516 clock_gettime(CLOCK_MONOTONIC, {37325, 550300268}) = 0
06:26:24.374450 clock_gettime(CLOCK_MONOTONIC, {37325, 558662084}) = 0
06:26:24.377990 clock_gettime(CLOCK_MONOTONIC, {37325, 561805395}) = 0
06:26:24.380065 clock_gettime(CLOCK_MONOTONIC, {37325, 563850072}) = 0
06:26:24.382019 clock_gettime(CLOCK_MONOTONIC, {37325, 565803197}) = 0
06:26:24.383972 clock_gettime(CLOCK_MONOTONIC, {37325, 567786839}) = 0
06:26:24.387237 clock_gettime(CLOCK_MONOTONIC, {37325, 570472387}) = 0
06:26:24.393188 clock_gettime(0x3 /* CLOCK_??? */, {15, 21667456}) = 0
06:26:24.394897 gettid() = 11464
06:26:24.399566 gettid() = 11464
06:26:24.400939 gettid() = 11464
06:26:24.402679 clock_gettime(CLOCK_MONOTONIC, {37325, 585700658}) = 0
06:26:24.409851 gettid() = 11464
06:26:24.411224 futex(0x426b8004, FUTEX_WAKE, 2147483647) = 0
06:26:24.412872 clock_gettime(0x3 /* CLOCK_??? */, {15, 29357891}) = 0
06:26:24.414703 ioctl(10, 0xc0186201, 0xbeec46a0) = 0
06:26:24.420257 clock_gettime(CLOCK_MONOTONIC, {37325, 604530003}) = 0
06:26:24.423309 futex(0x15d0ac, FUTEX_WAIT, -260, NULL) = 0
06:26:25.522460 futex(0x15d0a8, FUTEX_WAIT, 2, NULL) = 0
06:26:25.524383 futex(0x15d0a8, FUTEX_WAKE, 1) = 0
06:26:25.528289 clock_gettime(CLOCK_MONOTONIC, {37326, 711341520}) = 0
06:26:25.532470 futex(0x15d0a8, FUTEX_WAKE, 1) = 1
06:26:25.536041 clock_gettime(CLOCK_MONOTONIC, {37326, 719123502}) = 0
06:26:25.539703 clock_gettime(CLOCK_MONOTONIC, {37326, 724433560}) = 0
06:26:25.544128 stat64("/sqlite_stmt_journals", {st_mode=S_IFDIR|
S_ISVTX|0777, st_size=100, ...}) = 0
06:26:25.559417 access("/sqlite_stmt_journals", R_OK|W_OK|X_OK) = 0
06:26:25.561431 access("/sqlite_stmt_journals/etilqs_EkBfLHMSeb0tycE",
F_OK) = -1 ENOENT (No such file or directory)
06:26:25.563720 stat64("/sqlite_stmt_journals", {st_mode=S_IFDIR|
S_ISVTX|0777, st_size=100, ...}) = 0
06:26:25.567962 access("/sqlite_stmt_journals", R_OK|W_OK|X_OK) = 0
06:26:25.570770 access("/sqlite_stmt_journals/etilqs_xtMRMgQqfwCVMgt",
F_OK) = -1 ENOENT (No such file or directory)
06:26:25.577301 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:25.581024 fcntl64(36, F_SETLK, {type=F_RDLCK, whence=SEEK_SET,
start=1073741826, len=510}) = 0
06:26:25.609069 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=1073741824, len=1}) = 0
06:26:25.613678 access("/data/data/com.dropbox.android/databases/db.db-
journal", F_OK) = -1 ENOENT (No such file or directory)
06:26:25.618804 fstat64(36, {st_mode=S_IFREG|0660,
st_size=13312, ...}) = 0
06:26:25.638519 lseek(36, 24, SEEK_SET) = 24
06:26:25.642395 read(36, "\0\0\0\25\0\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
06:26:25.651458 fcntl64(36, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=0, len=0}) = 0
06:26:25.669067 futex(0x366314, FUTEX_WAKE, 2147483647) = 1
06:26:25.670715 futex(0x366310, FUTEX_WAKE, 1) = 1
06:26:25.680084 clock_gettime(CLOCK_MONOTONIC, {37326, 866614960}) = 0
06:26:25.689086 clock_gettime(CLOCK_MONOTONIC, {37326, 873115205}) = 0
06:26:25.757202 gettimeofday({1313735185, 764648}, NULL) = 0
06:26:25.820983 gettimeofday({1313735185, 821960}, NULL) = 0
06:26:25.899322 gettimeofday({1313735185, 900299}, NULL) = 0
06:26:25.926361 clock_gettime(0x3 /* CLOCK_??? */, {15, 143554671}) =
0
06:26:25.939086 gettid() = 11464
06:26:25.940948 gettid() = 11464
06:26:25.942535 gettid() = 11464
06:26:25.944213 clock_gettime(CLOCK_MONOTONIC, {37327, 127296113}) = 0
06:26:25.969421 sigprocmask(SIG_BLOCK, [], [QUIT USR1 PIPE]) = 0
06:26:25.972473 sigprocmask(SIG_BLOCK, [], [QUIT USR1 PIPE]) = 0
06:26:25.988616 gettid() = 11464
06:26:25.989990 futex(0x426b8004, FUTEX_WAKE, 2147483647) = 0
06:26:25.991668 clock_gettime(0x3 /* CLOCK_??? */, {15, 162750228}) =
0
06:26:25.993499 ioctl(10, 0xc0186201, 0xbeec46a0) = 0
06:26:25.999847 clock_gettime(CLOCK_MONOTONIC, {37327, 183936737}) = 0
06:26:26.002105 futex(0x15d0ac, FUTEX_WAIT, -261, NULL) = 0
06:26:26.188964 futex(0x15d0a8, FUTEX_WAIT, 2, NULL) = 0
06:26:26.190917 futex(0x15d0a8, FUTEX_WAKE, 1) = 0
06:26:26.194793 clock_gettime(CLOCK_MONOTONIC, {37327, 377814914}) = 0
06:26:26.200103 futex(0x15d0a8, FUTEX_WAKE, 1) = 1
06:26:26.203308 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:26.206268 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:26.209533 clock_gettime(CLOCK_MONOTONIC, {37327, 392554905}) = 0
06:26:26.213775 gettimeofday({1313735186, 214263}, NULL) = 0
06:26:26.219146 writev(3, [{"\4", 1},
{"com.dropbox.android.service.Drop"..., 43}, {"Dropbox service has
stopped\0", 28}], 3) = 72
06:26:26.225982 clock_gettime(CLOCK_MONOTONIC, {37327, 420417454}) = 0
06:26:26.239196 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:26.242614 clock_gettime(CLOCK_MONOTONIC, {37327, 425635960}) = 0
06:26:26.244384 clock_gettime(CLOCK_MONOTONIC, {37327, 427467015}) = 0
06:26:26.246185 futex(0x15d0ac, FUTEX_WAIT, -262, NULL) = 0
06:26:31.180023 futex(0x15d0a8, FUTEX_WAIT, 2, NULL) = 0
06:26:31.181915 futex(0x15d0a8, FUTEX_WAKE, 1) = 0
06:26:31.183410 clock_gettime(CLOCK_MONOTONIC, {37332, 366462358}) = 0
06:26:31.185729 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:31.190002 clock_gettime(CLOCK_MONOTONIC, {37332, 373817094}) = 0
06:26:31.193664 open("/system/usr/keychars/heroc-keypad.kcm.bin",
O_RDONLY|O_LARGEFILE) = 47
06:26:31.196746 lseek(47, 0, SEEK_END) = 32
06:26:31.198638 lseek(47, 0, SEEK_SET) = 0
06:26:31.200225 writev(3, [{"\5", 1}, {"KeyCharacterMap\0", 16}, {"Bad
keycharmap - filesize=32\n\0", 30}], 3) = 47
06:26:31.203979 close(47) = 0
06:26:31.205047 writev(3, [{"\5", 1}, {"KeyCharacterMap\0", 16},
{"Error loading keycharmap file \'/"..., 113}], 3) = 130
06:26:31.209167 open("/system/usr/keychars/qwerty.kcm.bin", O_RDONLY|
O_LARGEFILE) = 47
06:26:31.211456 lseek(47, 0, SEEK_END) = 896
06:26:31.212860 lseek(47, 0, SEEK_SET) = 0
06:26:31.213745 read(47, "keychar
\0xV4\22\2\0\0\0006\0\0\0\3\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
06:26:31.215911 read(47,
"\7\0\0\0000\0000\0000\0)\0)\0)\0\10\0\0\0001\0001\0001"..., 864) =
864
06:26:31.219177 close(47) = 0
06:26:31.220123 writev(3, [{"\5", 1}, {"KeyCharacterMap\0", 16},
{"Using default keymap: /system/us"..., 58}], 3) = 75
06:26:31.223968 clock_gettime(CLOCK_MONOTONIC, {37332, 407630572}) = 0
06:26:31.227996 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:31.241790 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:31.243743 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:31.247894 clock_gettime(CLOCK_MONOTONIC, {37332, 431525837}) = 0
06:26:31.251953 gettimeofday({1313735191, 252471}, NULL) = 0
06:26:31.258911 writev(3, [{"\4", 1},
{"com.dropbox.android.activity.loc"..., 47}, {"LockReceiver received
onPause()\0", 32}], 3) = 80
06:26:31.269317 writev(5, [{"Eu\0\0", 4}, {"\2+
\0\0\0com.dropbox.android.activit"..., 49}], 2) = 53
06:26:31.275085 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:31.288940 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:31.364715 clock_gettime(CLOCK_MONOTONIC, {37332, 548408164}) = 0
06:26:31.389221 clock_gettime(CLOCK_MONOTONIC, {37333, 605659150}) = 0
06:26:32.424926 futex(0x15d0a8, FUTEX_WAKE, 1) = 1
06:26:32.485534 getpid() = 11464
06:26:32.489166 open("/proc/11464/task", O_RDONLY|O_LARGEFILE|
O_DIRECTORY) = 47
06:26:32.491699 getdents64(47, /* 13 entries */, 4200) = 400
06:26:32.510894 getpriority(PRIO_PROCESS, 11464) = 20
06:26:32.516998 open("/dev/cpuctl/bg_non_interactive/tasks", O_WRONLY|
O_LARGEFILE) = 49
06:26:32.526092 write(49, "11464", 5) = 5
06:26:32.529083 close(49) = 0
06:26:32.531158 getpriority(PRIO_PROCESS, 11465) = 20
06:26:32.533233 open("/dev/cpuctl/bg_non_interactive/tasks", O_WRONLY|
O_LARGEFILE) = 49
06:26:32.536254 write(49, "11465", 5) = 5
06:26:32.539520 close(49) = 0
06:26:32.541625 getpriority(PRIO_PROCESS, 11466) = 20
06:26:32.543975 open("/dev/cpuctl/bg_non_interactive/tasks", O_WRONLY|
O_LARGEFILE) = 49
06:26:32.680480 write(49, "11466", 5) = 5
06:26:32.685730 close(49) = 0
06:26:32.691497 getpriority(PRIO_PROCESS, 11467) = 20
06:26:32.695983 open("/dev/cpuctl/bg_non_interactive/tasks", O_WRONLY|
O_LARGEFILE) = 49
06:26:32.704956 write(49, "11467", 5) = 5
06:26:32.706634 close(49) = 0
06:26:32.708282 getpriority(PRIO_PROCESS, 11468) = 20
06:26:32.709289 open("/dev/cpuctl/bg_non_interactive/tasks", O_WRONLY|
O_LARGEFILE) = 49
06:26:32.712280 write(49, "11468", 5) = 5
06:26:32.713317 close(49) = 0
06:26:32.714996 getpriority(PRIO_PROCESS, 11483) = 10
06:26:32.716522 open("/dev/cpuctl/bg_non_interactive/tasks", O_WRONLY|
O_LARGEFILE) = 49
06:26:32.718872 write(49, "11483", 5) = 5
06:26:32.720550 close(49) = 0
06:26:32.721435 getpriority(PRIO_PROCESS, 11484) = 20
06:26:32.722991 open("/dev/cpuctl/bg_non_interactive/tasks", O_WRONLY|
O_LARGEFILE) = 49
06:26:32.725219 write(49, "11484", 5) = 5
06:26:32.726928 close(49) = 0
06:26:32.728698 getpriority(PRIO_PROCESS, 11486) = 10
06:26:32.730194 open("/dev/cpuctl/bg_non_interactive/tasks", O_WRONLY|
O_LARGEFILE) = 49
06:26:32.732421 write(49, "11486", 5) = 5
06:26:32.733459 close(49) = 0
06:26:32.735046 getpriority(PRIO_PROCESS, 11506) = 20
06:26:32.736541 open("/dev/cpuctl/bg_non_interactive/tasks", O_WRONLY|
O_LARGEFILE) = 49
06:26:32.738922 write(49, "11506", 5) = 5
06:26:32.740539 close(49) = 0
06:26:32.741424 getpriority(PRIO_PROCESS, 11575) = 20
06:26:32.743011 open("/dev/cpuctl/bg_non_interactive/tasks", O_WRONLY|
O_LARGEFILE) = 49
06:26:32.745239 write(49, "11575", 5) = 5
06:26:32.746948 close(49) = 0
06:26:32.754669 getpriority(PRIO_PROCESS, 11585) = 20
06:26:32.757629 open("/dev/cpuctl/bg_non_interactive/tasks", O_WRONLY|
O_LARGEFILE) = 49
06:26:32.760498 write(49, "11585", 5) = 5
06:26:32.762725 close(49) = 0
06:26:32.765502 getdents64(47, /* 0 entries */, 4200) = 0
06:26:32.767669 close(47) = 0
06:26:32.769928 clock_gettime(CLOCK_MONOTONIC, {37333, 953132296}) = 0
06:26:32.774047 clock_gettime(CLOCK_MONOTONIC, {37333, 957313204}) = 0
06:26:32.776733 clock_gettime(CLOCK_MONOTONIC, {37334, 166694306}) = 0
06:26:32.985443 clock_gettime(CLOCK_MONOTONIC, {37334, 169227264}) = 0
06:26:33.002807 clock_gettime(CLOCK_MONOTONIC, {37334, 197120330}) = 0
06:26:33.092010 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:33.111053 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:33.130523 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:33.163238 madvise(0x46018000, 1048576, 0x9 /* MADV_??? */) = 0
06:26:33.165679 munmap(0x46018000, 1048576) = 0
06:26:33.166900 close(35) = 0
06:26:33.170074 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:33.182556 madvise(0x46418000, 1048576, 0x9 /* MADV_??? */) = 0
06:26:33.184967 munmap(0x46418000, 1048576) = 0
06:26:33.186126 close(39) = 0
06:26:33.193817 getpid() = 11464
06:26:33.195190 munmap(0x46b30000, 2387968) = 0
06:26:33.202789 getpid() = 11464
06:26:33.204284 munmap(0x46898000, 1228800) = 0
06:26:33.209472 ioctl(10, 0xc0186201, 0xbeec4838) = 0
06:26:33.211761 close(48) = 0
06:26:33.213287 close(42) = 0
06:26:33.215759 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:33.227752 clock_gettime(CLOCK_MONOTONIC, {37334, 411658909}) = 0
06:26:33.230072 ioctl(10, 0xc0186201, 0xbeec4790) = 0
06:26:33.233947 clock_gettime(CLOCK_MONOTONIC, {37334, 417762425}) = 0
06:26:33.236297 clock_gettime(CLOCK_MONOTONIC, {37334, 419929172}) = 0
06:26:33.238311 clock_gettime(CLOCK_MONOTONIC, {37334, 421943333}) = 0
06:26:33.240875 futex(0x15d0ac, FUTEX_WAIT, -263, NULL
--
You received this message because you are subscribed to the Google Groups
"Android Security Discussions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/android-security-discuss?hl=en.