Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • eDrive eDrive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • e
  • os
  • eDriveeDrive
  • Merge requests
  • !119

Draft: Update stuff to observe data consumption

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Vincent Bourgmayer requested to merge 252-o-dataGathering into v1-oreo Apr 28, 2022
  • Overview 8
  • Commits 14
  • Pipelines 11
  • Changes 10

Description

This MR contains stuff to list Request send by eDrive to ecloud into a csv file. I'm not sure this should be merged into v1-oreo. but for easier checking & access I created this MR

⚠ CSV files is updated only when eDrive Upload or Download a file. ⚠

Installation

  1. Get signed APK
  2. adb root
  3. adb remount
  4. adb push signed APK /system/app/eDrive/eDrive.apk
  5. adb reboot

Getting CSV

  1. adb root
  2. adb pull data/user/0/foundation.e.drive/files/dataConsumptionEvents.csv

Issue(s)

https://gitlab.e.foundation/e/os/backlog/-/issues/252 https://gitlab.e.foundation/e/os/eDrive/-/issues/49

Check list

  • Self review
  • Test procedure explained
  • Tested on fresh install
  • Tested applied as an update
  • License
  • Internal documentation
  • User documentation
Edited May 19, 2022 by Vincent Bourgmayer
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 252-o-dataGathering