2 files changed
+6
-12
lines changed- README.md+4-4
- appbuilder/device-log-provider.ts+5-4
- appbuilder/services/livesync/ios-livesync-service.ts+1-1
- commands/device/run-application.ts+2-2
- commands/device/stop-application.ts+2-2
- commands/doctor.ts+3-18
- declarations.d.ts+2-2
- definitions/mobile.d.ts+29-9
- helpers.ts+11-2
- mobile/android/android-application-manager.ts+4-4
- mobile/android/android-log-filter.ts+3-3
- mobile/application-manager-base.ts+8-8
- mobile/device-log-provider-base.ts+13
- mobile/device-log-provider.ts+2-2
- mobile/ios/device/ios-application-manager.ts+14-9
- mobile/ios/ios-log-filter.ts+3-2
- mobile/ios/simulator/ios-simulator-application-manager.ts+5-4
- mobile/log-filter.ts+4-2
- mobile/mobile-core/devices-service.ts+36-36
- services/livesync-service-base.ts+1-1
- test/unit-tests/android-application-manager.ts+2-2
- test/unit-tests/android-log-filter.ts+2-2
- test/unit-tests/appbuilder/device-log-provider.ts+4-3
- test/unit-tests/ios-log-filter.ts+2-2
- test/unit-tests/log-filter.ts+17-17
- test/unit-tests/mobile/application-manager-base.ts+32-29
- test/unit-tests/mobile/devices-service.ts+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
| 46 | + | |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
51 | 53 |
| |
52 |
| - | |
53 |
| - | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
| 73 | + | |
| 74 | + | |
77 | 75 |
| |
78 | 76 |
| |
79 | 77 |
| |
| |||
145 | 143 |
| |
146 | 144 |
| |
147 | 145 |
| |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 | 146 |
| |
153 | 147 |
| |
154 | 148 |
| |
|
0 commit comments