Skip to content

Commit

Permalink
Merge pull request #382 from AdguardTeam/add-admonition-about-privacy…
Browse files Browse the repository at this point in the history
…-policy

AGM-1849 add privacy policy notes
  • Loading branch information
vbagirov authored Jul 26, 2024
2 parents 9e24d56 + a0b8ae0 commit c37a825
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/adguard-for-android/solving-problems/har.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This article is about AdGuard for Android, a multifunctional ad blocker that pro

:::

:::note

HAR files are processed in accordance with [the AdGuard Privacy Policy](https://adguard.com/en/privacy.html).

:::

## What are HAR files?

The HAR (HTTP ARchive) format is a JSON-formatted archive file for logging of a web browser's interaction with a site. The specifications of HAR format defines an archival data for HTTP transactions that used by a browser to export detailed information about web pages it loads. More detailed description of HAR file format and its specification you can find at [softwareishard.com](http://www.softwareishard.com/blog/har-12-spec/) website.
Expand Down
6 changes: 6 additions & 0 deletions docs/adguard-for-android/solving-problems/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This article is about AdGuard for Android, a multifunctional ad blocker that pro

:::

:::note

Data and/or files provided in logs are processed in accordance with [the AdGuard Privacy Policy](https://adguard.com/en/privacy.html).

:::

In this article, we'll guide you through the process of collecting debug logs, an essential troubleshooting step for solving complex issues that may potentially arise. Debug logs provide detailed insight into the inner workings of AdGuard for Android. If the AdGuard support team asks you to provide debug logs, simply follow these instructions.

:::note
Expand Down
6 changes: 6 additions & 0 deletions docs/adguard-for-android/solving-problems/logcat.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This article is about AdGuard for Android, a multifunctional ad blocker that pro

:::

:::note

Data and/or files provided in logs are processed in accordance with [the AdGuard Privacy Policy](https://adguard.com/en/privacy.html).

:::

Sometimes a regular log may not be sufficient to identify the origin of the problem. In such cases a system log is needed. Below are instructions on how to collect and get it: via Developer options and Logcat.

:::note
Expand Down
6 changes: 6 additions & 0 deletions docs/adguard-for-windows/solving-problems/adguard-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This article covers AdGuard for Windows, a multifunctional ad blocker that prote

:::

:::note

Data and/or files provided in logs are processed in accordance with [the AdGuard Privacy Policy](https://adguard.com/en/privacy.html).

:::

To analyze and diagnose different problems that may potentially arise, the AdGuard support service might need AdGuard log files. These files contain records about errors and other events that occurr with the software. Below is the brief instruction describing the way to get the log files and send them to the support service if necessary.

:::note
Expand Down
6 changes: 6 additions & 0 deletions docs/adguard-for-windows/solving-problems/dump-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This article covers AdGuard for Windows, a multifunctional ad blocker that prote

:::

:::note

Data and/or files provided in dump files are processed in accordance with [the AdGuard Privacy Policy](https://adguard.com/en/privacy.html).

:::

To diagnose the reasons for potential problems that users might encounter while using AdGuard, the support team might need the process dump file. The dump file helps developers to see the processes that were executed in the application over a given period of time. Below you can check on the instructions of how to collect the dump file on your PC.

1. Press **Ctrl + Shift + Esc** and click **Task Manager**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This article covers AdGuard for Windows, a multifunctional ad blocker that prote

:::

:::note

Data and/or files provided in system logs are processed in accordance with [the AdGuard Privacy Policy](https://adguard.com/en/privacy.html).

:::

If any problems occur during the installation of AdGuard, the support team might ask you to collect and send them AdGuard installation logs. In this case you need to:

1. Select *Run* command in Start menu or press *Win + R* on the keyboard.
Expand Down
6 changes: 6 additions & 0 deletions docs/adguard-for-windows/solving-problems/system-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This article covers AdGuard for Windows, a multifunctional ad blocker that prote

:::

:::note

Data and/or files provided in system logs are processed in accordance with [the AdGuard Privacy Policy](https://adguard.com/en/privacy.html).

:::

To analyze and diagnose different problems that may potentially arise, the AdGuard support service might need Windows system log files. Windows event logs contain records about all errors that occurr with the installed software, including AdGuard. Below is the brief instruction describing the way to get the log files and to send them to our support service if necessary.

1. Press *Win + R*
Expand Down

0 comments on commit c37a825

Please sign in to comment.