Skip to content

Commit a287cbb

Browse files
authored
Merge pull request #2416 from pmeenan/cleanup2
Removed statsd, tsview integrations and auto APK updating
2 parents c8f1179 + 3d13ea2 commit a287cbb

File tree

13 files changed

+0
-1017
lines changed

13 files changed

+0
-1017
lines changed

www/common_lib.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3331,7 +3331,6 @@ function PopulateTestInfo(&$test)
33313331
'tcpdump',
33323332
'timeline',
33333333
'trace',
3334-
'tsview_id',
33353334
'url',
33363335
'video',
33373336
'web10',

www/cron/apkUpdate.php

Lines changed: 0 additions & 148 deletions
This file was deleted.

www/cron/hourly.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
PruneCruxCache();
3131
PruneVideos();
32-
ApkUpdate();
3332

3433
Unlock($cron_lock);
3534

@@ -40,14 +39,6 @@
4039

4140
echo "Done\n";
4241

43-
function ApkUpdate()
44-
{
45-
if (GetSetting('apkPackages')) {
46-
echo "Updating APKs from attached device...\n";
47-
include __DIR__ . '/apkUpdate.php';
48-
}
49-
}
50-
5142
function PruneVideos()
5243
{
5344
// Delete any rendered videos that are older than a day (they will re-render automatically on access)

0 commit comments

Comments
 (0)